Update README

This commit is contained in:
styppo 2023-01-14 20:52:26 +00:00
parent 89831219da
commit 52c019ee13
No known key found for this signature in database
GPG Key ID: 3AAA685C50724C28

View File

@ -1,15 +1,15 @@
# Hamstr (hamstr) # Hamstr
A twitter-style nostr web client [Hamstr](https://hamstr.to) is a twitter-style [Nostr](https://github.com/fiatjaf/nostr) web client.
## Install the dependencies ### Install the dependencies
```bash ```bash
yarn yarn
# or # or
npm install npm install
``` ```
### Start the app in development mode (hot-code reloading, error reporting, etc.) ### Start the app in development mode
```bash ```bash
quasar dev quasar dev
``` ```
@ -31,11 +31,8 @@ npm run format
``` ```
### Build the app for production ### Build the app for production
```bash ```bash
quasar build quasar build
``` ```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-webpack/quasar-config-js).