A twitter-style Nostr web client
Go to file
2023-01-31 15:31:06 -03:00
.vscode feat(i18n): add spanish translations 2023-01-31 15:31:06 -03:00
public Update favicon 2023-01-14 16:52:18 +00:00
src feat(i18n): add spanish translations 2023-01-31 15:31:06 -03: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 feat(i18n): add spanish translations 2023-01-31 15:31:06 -03: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 feat(i18n): add spanish translations 2023-01-31 15:31:06 -03: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