Change README
This commit is contained in:
parent
e654c63b58
commit
fbac19ec59
19
README.md
19
README.md
|
@ -1,3 +1,22 @@
|
||||||
# simple-review-server
|
# simple-review-server
|
||||||
|
|
||||||
A simple review server written in TS.
|
A simple review server written in TS.
|
||||||
|
|
||||||
|
Clone the repository:
|
||||||
|
```bash
|
||||||
|
git clone https://git.povario.com/simple-review-server
|
||||||
|
```
|
||||||
|
|
||||||
|
Create a `.env` file with the log level you desire (max is 3):
|
||||||
|
```bash
|
||||||
|
LOG_LEVEL=3
|
||||||
|
```
|
||||||
|
|
||||||
|
Install dependencies and run the dev server:
|
||||||
|
```bash
|
||||||
|
pnpm i
|
||||||
|
|
||||||
|
pnpm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
Open the dev server on [http://localhost:5173](http://localhost:5173) to check it out.
|
||||||
|
|
Loading…
Reference in a new issue