A twitter-style Nostr web client
Go to file
2021-12-13 12:59:42 -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 many more fixes until this is actually kinda working. also changed the logo and colors. 2021-12-11 20:52:49 -03:00
src fix eslint. 2021-12-13 12:59:42 -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 fix eslint. 2021-12-13 12:59:42 -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 tailwind, more fixes and a bunch of styling. 2021-12-12 08:47:26 -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 fix eslint. 2021-12-13 12:59:42 -03:00
quasar.conf.js use pouchdb to store all events. 2021-12-13 12:42:03 -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
tailwind.config.js fix eslint. 2021-12-13 12:59:42 -03:00
yarn.lock use pouchdb to store all events. 2021-12-13 12:42:03 -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.