Add build command to readme (#300)

* add build command to readme

* remove stale command

* add build cmd + sign a commit
This commit is contained in:
joshr4 2023-02-15 14:14:55 -06:00 committed by GitHub
parent 897162976c
commit 6384103523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -35,15 +35,15 @@ Snort supports the following NIP's:
### Running
This repository is a yarn workspace. To install dependencies, run `yarn` from the project root.
To run the application, use either
```sh
$ yarn workspace @snort/app start
To run the application, use
```
or
```sh
$ cd packages/app
$ yarn start
```
To build the application and nostr package, use
```
$ yarn build
```