[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url]
Logo

Primal

Featuring easy onboarding, fast & snappy UI, ability to explore Nostr, and create & manage custom feeds
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
## About The Project
iPhone Screenshot

(back to top)

### Built With [![Solidjs][Solidjs]][Solidjs-url] [![Typescript][Typescript]][Typescript-url] [![Sass][Sass]][Sass-url]

(back to top)

## Getting Started ### Setup Clone this repo then run the following commands: - `npm install` (to install dependencies) - `npm run dev` (to stand a local instance) The caching service and the upload server urls can be configured with the following two environment variables which could be passed in via command line or read from the `.env` file: - `PRIMAL_CACHE_URL` (caching service websocket url) - `PRIMAL_UPLOAD_URL` (upload server websocket url) ### Development This code is still very much a work-in-progress. Expect major changes of the structure and logic to be happening somewhat frequently. Major features are still missing.

(back to top)

## Contributing Read more about contributions in [CONTRIBUTING.md](CONTRIBUTING.md).

(back to top)

## License Distributed under the MIT License. See [LICENSE](LICENSE) for more information.

(back to top)

## Contact - Moysie - [@moysie](https://primal.net/moysie) Project Link: [https://github.com/PrimalHQ/primal-web-app](https://github.com/PrimalHQ/primal-web-app)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/PrimalHQ/primal-web-app.svg?style=for-the-badge [contributors-url]: https://github.com/PrimalHQ/primal-web-app/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/PrimalHQ/primal-web-app.svg?style=for-the-badge [forks-url]: https://github.com/PrimalHQ/primal-web-app/network/members [stars-shield]: https://img.shields.io/github/stars/PrimalHQ/primal-web-app.svg?style=for-the-badge [stars-url]: https://github.com/PrimalHQ/primal-web-app/stargazers [issues-shield]: https://img.shields.io/github/issues/PrimalHQ/primal-web-app.svg?style=for-the-badge [issues-url]: https://github.com/PrimalHQ/primal-web-app/issues [license-shield]: https://img.shields.io/github/license/PrimalHQ/primal-web-app.svg?style=for-the-badge [license-url]: https://github.com/PrimalHQ/primal-web-app/blob/master/LICENSE.txt [product-screenshot]: https://primal.net/assets/primal_iphone-834937d2.png [Solidjs]: https://img.shields.io/badge/solid-000000?style=for-the-badge&logo=solid&logoColor=white [Solidjs-url]: https://www.solidjs.com [Typescript]: https://img.shields.io/badge/typescript-000000?style=for-the-badge&logo=typescript&logoColor=white [Typescript-url]: https://www.typescriptlang.org [Sass]: https://img.shields.io/badge/sass-000000?style=for-the-badge&logo=sass&logoColor=white [Sass-url]: https://sass-lang.com