Fix README (I was tired and wrote half the README for the server and the other half for the client)
This commit is contained in:
parent
fbac19ec59
commit
8bdfeb588d
|
@ -12,11 +12,13 @@ Create a `.env` file with the log level you desire (max is 3):
|
|||
LOG_LEVEL=3
|
||||
```
|
||||
|
||||
Install dependencies and run the dev server:
|
||||
Install dependencies and run the server:
|
||||
```bash
|
||||
pnpm i
|
||||
|
||||
pnpm run dev
|
||||
pnpm build
|
||||
|
||||
pnpm start
|
||||
```
|
||||
|
||||
Open the dev server on [http://localhost:5173](http://localhost:5173) to check it out.
|
||||
To post a review to the server, use [Simple Review Client](https://git.povario.com/simple-review-client)
|
||||
|
|
Loading…
Reference in a new issue