Primal's web app for Nostr, as experienced on primal.net.
Go to file
2023-07-11 16:22:04 +02:00
public/public Change Primal description and image metadata 2023-07-11 16:22:04 +02:00
src Set max-height and scaling behaviour of image in a post. 2023-07-11 16:22:04 +02:00
.gitignore Opening my eyes 2023-07-07 16:14:22 +02:00
fonts-google.css Opening my eyes 2023-07-07 16:14:22 +02:00
index.html Change Primal description and image metadata 2023-07-11 16:22:04 +02:00
LICENSE Opening my eyes 2023-07-07 16:14:22 +02:00
package-lock.json Opening my eyes 2023-07-07 16:14:22 +02:00
package.json Opening my eyes 2023-07-07 16:14:22 +02:00
README.md Update README.md 2023-07-11 16:22:04 +02:00
tsconfig.json Opening my eyes 2023-07-07 16:14:22 +02:00
vite.config.ts Opening my eyes 2023-07-07 16:14:22 +02:00

Primal Web Client

This repo holds the Primal web client for Nostr.

Setup

  • Clone this repo
  • run npm install
  • run npm run dev to stand a local instance

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.

This code is provided as-is.