A twitter-style Nostr web client
Go to file
styppo 0c1e437b91
Add relay.nostrica.com as default relay
2023-03-19 14:36:39 +00:00
.vscode feat(i18n): add spanish translations 2023-01-31 15:31:06 -03:00
public Enable PWA mode 2023-01-30 12:31:20 +01:00
src Add relay.nostrica.com as default relay 2023-03-19 14:36:39 +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
README.md Update README 2023-01-14 21:02:22 +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 feat(i18n): add spanish translations 2023-01-31 15:31:06 -03:00
quasar.config.js fix: linter errors 2023-02-14 18:23:04 +00:00
yarn.lock feat(i18n): add spanish translations 2023-01-31 15:31:06 -03:00

README.md

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