a nostr web interface sandbox
 
 
 
Go to file
OFF0 7a705cd4ab
add profile images for users
Note: users can configure different images on each relay, added
userList with a metadata to keep a map of of different settings
of each releay.
2022-11-06 16:35:46 +01:00
src add profile images for users 2022-11-06 16:35:46 +01:00
tools initial 2022-11-06 02:35:27 +01:00
.gitignore initial 2022-11-06 02:35:27 +01:00
LICENSE initial 2022-11-06 02:35:27 +01:00
README.md initial 2022-11-06 02:35:27 +01:00
esbuildconf.js initial 2022-11-06 02:35:27 +01:00
package-lock.json initial 2022-11-06 02:35:27 +01:00
package.json initial 2022-11-06 02:35:27 +01:00

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.