Add build command to readme #300

Merged
joshr4 merged 4 commits from update-readme-with-build-cmd into main 2023-02-15 20:14:56 +00:00

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
```