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

473 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

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!