Hamstr is a twitter-style Nostr web client. It is a fork of astral, which itself started as a fork of branle.
yarn
# or
npm install
quasar dev
# or if quasar is not installed globally
./node_modules/.bin/quasar dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
quasar build -m pwa
# or if quasar is not installed globally
./node_modules/.bin/quasar build -m pwa
quasar build
# or if quasar is not installed globally
./node_modules/.bin/quasar build
docker build -t hamstr .
docker run -d -p 8080:8000 --name hamstr hamstr
and connect to 'http://localhost:8080/'