a nostr web interface sandbox
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
alex 8d60bf871c initial 11 months ago
src initial 11 months ago
tools initial 11 months ago
.gitignore initial 11 months ago
LICENSE initial 11 months ago
README.md initial 11 months ago
esbuildconf.js initial 11 months ago
package-lock.json initial 11 months ago
package.json initial 11 months ago

README.md

nostr web sandbox

a playground for a web interface to nostr. some useful resources:

dev

nodejs v18.x and npm v8.x are recommended.

after npm install, start by running a dev server with:

npm run serve

and point a browser to http://127.0.0.1:8001/

the serve command injects a live reload snippet. to build a "production" copy, execute

npm run build

the build is done using esbuild, with a config in esbuildconf.js. the result is placed in dist directory.