create .env file in root directory and add following variables
VITE_X_RAPID_API_HOST='judge0-ce.p.rapidapi.com'
VITE_X_RAPID_API_URL='https://judge0-ce.p.rapidapi.com/submissions'
VITE_X_RAPID_API_KEY='your-api-key'
npm install
npm run dev
Ensure you have Docker installed on your machine, then run the following;
docker build -t programmerske-web_frontend .
docker run -d -p 5173:5173 programmerske-web_frontend