simple-review-client/README.md
powermaker450 fdee706d1f Add README
2024-09-12 00:24:46 -04:00

20 lines
473 B
Markdown

# Simple Review Client
This is the client to complete the pair with [Simple Review Server](https://git.povario.com/powermaker450/simple-review-server).
## Building and Testing
Clone the repository:
```bash
git clone https://git.povario.com/powermaker450/simple-review-client
```
Install the dependencies and run the dev server:
```bash
pnpm i
pnpm dev
```
Check it out on [http://localhost:5173](http://localhost:5173) and use it to post some reviews to the server!