Frontend
The frontend is built using React and bundled with Vite. Make sure you have read the getting started guide before continuing here.
Pre-requisites
Before executing any commands, ensure you're in the frontend directory:
cd frontend
Install Dependencies
To install all required dependencies, run:
npm install
Run Locally
To run the frontend locally, use the following command:
npm run dev -- --host
Once the command has been executed, you can open your browser and access the frontend at:
http://localhost:5173