hamstr/README.md
2023-01-14 21:02:22 +00:00

39 lines
426 B
Markdown

# Hamstr
[Hamstr](https://hamstr.to) is a twitter-style [Nostr](https://github.com/fiatjaf/nostr) web client.
### Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```