# 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!