Core Repo Values:
- No fiat integrations except for the fiat ticker. ( this is bitcoin only )
- Flat file / Static Build First Nostr Second ( json objects )
- External hooks are necessary ( Fiat Ticker, Blockstream, GetAlby )
- Zero Cost ( it should not cost a penny to host this on a cloud edge )
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# generate build to the /dist or .output folder
$ npm run build