simple-review-server/README.md
2024-09-12 00:17:52 -04:00

407 B

simple-review-server

A simple review server written in TS.

Clone the repository:

git clone https://git.povario.com/simple-review-server

Create a .env file with the log level you desire (max is 3):

LOG_LEVEL=3

Install dependencies and run the dev server:

pnpm i

pnpm run dev

Open the dev server on http://localhost:5173 to check it out.