A twitter-style Nostr web client
Go to file
Daniele Tonon dd5a9e3d1e Enable PWA mode
* Full screen support
* Avoid reload at startup if the app was already added to the home
* Match the top status bar color
2023-01-30 12:31:20 +01:00
.vscode Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
public Enable PWA mode 2023-01-30 12:31:20 +01:00
src Enable PWA mode 2023-01-30 12:31:20 +01:00
.editorconfig Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
.eslintignore Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
.eslintrc.js Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
.gitignore Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
.npmrc Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
.postcssrc.js Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
babel.config.js Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
jsconfig.json Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
package.json * Add NIP07 support 2023-01-09 03:08:31 +00:00
quasar.config.js * Add SearchBox stub 2023-01-08 22:27:03 +00:00
README.md Update README 2023-01-14 21:02:22 +00:00
yarn.lock * Add NIP07 support 2023-01-09 03:08:31 +00:00

Hamstr

Hamstr is a twitter-style Nostr web client.

Install the dependencies

yarn
# or
npm install

Start the app in development mode

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build