hamstr/README.md

39 lines
426 B
Markdown
Raw Permalink Normal View History

2023-01-14 20:52:26 +00:00
# Hamstr
2023-01-07 03:10:26 +00:00
2023-01-14 20:52:26 +00:00
[Hamstr](https://hamstr.to) is a twitter-style [Nostr](https://github.com/fiatjaf/nostr) web client.
2023-01-07 03:10:26 +00:00
2023-01-14 20:52:26 +00:00
### Install the dependencies
2023-01-07 03:10:26 +00:00
```bash
yarn
# or
npm install
```
2023-01-14 20:52:26 +00:00
### Start the app in development mode
2023-01-07 03:10:26 +00:00
```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
```