simple-review-client/README.md
powermaker450 915a1823e3 cd
2024-09-12 00:26:49 -04:00

497 B

Simple Review Client

This is the client to complete the pair with Simple Review Server.

Building and Testing

Clone the repository:

git clone https://git.povario.com/powermaker450/simple-review-client
cd simple-review-client

Install the dependencies and run the dev server:

pnpm i 

pnpm dev

Check it out on http://localhost:5173 and use it to post some reviews to the server!