A twitter-style Nostr web client
Go to file
styppo f471ffe011
* Improve username styling
* Minor fixes
2023-01-14 16:42:50 +00:00
.vscode Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
public Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
src * Improve username styling 2023-01-14 16:42:50 +00: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 Hamstr v2 initial commit 2023-01-07 03:10:26 +00:00
yarn.lock * Add NIP07 support 2023-01-09 03:08:31 +00:00

Hamstr (hamstr)

A twitter-style nostr web client

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

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

Customize the configuration

See Configuring quasar.config.js.