A twitter-style Nostr web client
Go to file
2021-12-10 16:12:44 -03:00
.vscode initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
public initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
src initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
.editorconfig initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
.eslintignore initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
.eslintrc.js initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
.gitignore initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
.postcssrc.js initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
.prettierrc.yaml initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
babel.config.js initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
jsconfig.json initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
package.json initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
quasar.conf.js initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
README.md initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00
yarn.lock initial commit with quasar2, vue3 and source code copied from @arcbtc's nostr client. 2021-12-10 16:12:44 -03:00

Noves (noves)

a twitter-like nostr client forked off from https://github.com/arcbtc/nostr.

Install the dependencies

yarn

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

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.