Primal's web app for Nostr, as experienced on primal.net.
Go to file
Bojan Mojsilovic ec836bab70 0.105.8 2024-04-30 12:40:41 +02:00
.github/ISSUE_TEMPLATE Implemented vanity project README and added CONTRIBUTING.md and templates for bug reports and feature requests 2023-07-12 18:11:27 +02:00
public/public Add join preview image 2023-12-15 19:22:53 +01:00
src Fix top zaps z-axis stacking for better animation 2024-04-30 12:18:27 +02:00
.env Revert "Support caching services pool" 2023-08-30 11:12:04 +02:00
.gitignore Implemented vanity project README and added CONTRIBUTING.md and templates for bug reports and feature requests 2023-07-12 18:11:27 +02:00
CONTRIBUTING.md Implemented vanity project README and added CONTRIBUTING.md and templates for bug reports and feature requests 2023-07-12 18:11:27 +02:00
LICENSE Opening my eyes 2023-07-07 16:14:22 +02:00
README.md Update README with env variable instructions 2023-07-14 13:01:25 +02:00
fonts-google.css Redesign 2023-11-17 23:03:55 +01:00
index.html Try forcing reload of styles 2023-11-18 00:08:06 +01:00
package-lock.json 0.105.8 2024-04-30 12:40:41 +02:00
package.json 0.105.8 2024-04-30 12:40:41 +02:00
tsconfig.json Opening my eyes 2023-07-07 16:14:22 +02:00
vite.config.ts vite config keepNames set to true 2023-09-04 13:44:50 +02:00

README.md

Contributors Forks Stargazers Issues MIT License


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

Typescript

Sass

(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.

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/PrimalHQ/primal-web-app

(back to top)