diff --git a/README.md b/README.md index 7e86f34..de00360 100644 --- a/README.md +++ b/README.md @@ -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)