simple-review-client/README.md

21 lines
497 B
Markdown
Raw Permalink Normal View History

2024-09-12 00:24:46 -04:00
# Simple Review Client
2024-08-28 12:36:52 -04:00
2024-09-12 00:24:46 -04:00
This is the client to complete the pair with [Simple Review Server](https://git.povario.com/powermaker450/simple-review-server).
2024-08-28 12:36:52 -04:00
2024-09-12 00:24:46 -04:00
## Building and Testing
2024-08-28 12:36:52 -04:00
2024-09-12 00:24:46 -04:00
Clone the repository:
```bash
git clone https://git.povario.com/powermaker450/simple-review-client
2024-09-12 00:26:49 -04:00
cd simple-review-client
2024-08-28 12:36:52 -04:00
```
2024-09-12 00:24:46 -04:00
Install the dependencies and run the dev server:
```bash
pnpm i
2024-08-28 12:36:52 -04:00
2024-09-12 00:24:46 -04:00
pnpm dev
2024-08-28 12:36:52 -04:00
```
2024-09-12 00:24:46 -04:00
Check it out on [http://localhost:5173](http://localhost:5173) and use it to post some reviews to the server!