Make sure you have the following installed on your system:
- Node.js (v14.x or later)
- npm (v6.x or later) or yarn (v1.x or later)
- Clone the repository:
git clone https://github.com/ChiuDave/VoitureAI.git
- Navigate to the frontend directory:
cd VoitureAI - Install the dependencies:
or if you are using yarn:
npm install
yarn install
- Start the development server:
or if you are using yarn:
npx vite
yarn start
- Open your browser and navigate to
http://localhost:5173/VoitureAI/to see the application running.