Skip to content

NucleoSoft/programmersKE-web_frontend

Repository files navigation

ProgrammersKE Web

Project setup

Create .env file

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'

Install dependencies

npm install

Run development server (with Vite)

npm run dev

Run development server (with Docker)

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5