We are using vite to run our React application. Please ensure the following:
- Please have Node v20.x and above installed
- Please ensure that you have the gic_server running
npm install
npm run dev
- Visit
http://localhost:5173/
in your browser
To compile the app for production, run npm run build
.