This repository contains the code for the racing game app named Racepeers. The project is a React application built with Vite and managed with pnpm.
To try the deployed app you access it here: https://racepeers.vercel.app/
To get started with the project, follow the steps below:
Make sure you have the following tools installed on your machine:
- Node.js (v14 or above)
- npm (v7 or above)
git clone https://github.com/revou-fsse-1/w18-advanced-react-page-aldwiputra.git
cd w18-advanced-react-page-aldwiputra
pnpm install
pnpm run dev
The development server will start, and you can access the application by visiting http://localhost:5173 in your browser.