Welcome to the Play Vuerdict Web App documentation. This web app allows users to explore and review games. It is built using Vue 3, Vite, and Tailwind CSS.
Check the deploy preview
Technologies used:
- Vue3
- Vite
- Tailwind CSS
- Pinia
Make sure you have Node.js installed on your system. Clone this repository and run the following command to install dependencies:
npm install
Before starting, you need to set up your environment variables. Create a .env file in the root of the project and define the following variables exemples:
VITE_API_URL="http://localhost:8000" # URL:PORT
npm run dev
The development server will start and be accessible at http://localhost:5173 (or the default Vite port you configured).
- - Store games already requested inside Pinia global storage
- - fix mobile styles for home page
This web app works in conjunction with a backend server. You can find the backend repository at the following URL:
Make sure to follow the setup instructions in the backend repository to get the server up and running.