From 8bdfeb588da0b051491c6d2317752dd5e7272c0e Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Thu, 12 Sep 2024 00:21:32 -0400 Subject: [PATCH] Fix README (I was tired and wrote half the README for the server and the other half for the client) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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)