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:
powermaker450 2024-09-12 00:21:32 -04:00
parent fbac19ec59
commit 8bdfeb588d

View file

@ -12,11 +12,13 @@ Create a `.env` file with the log level you desire (max is 3):
LOG_LEVEL=3 LOG_LEVEL=3
``` ```
Install dependencies and run the dev server: Install dependencies and run the server:
```bash ```bash
pnpm i 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)