git clone git@github.com:ghazanfarmirza/react-code-editor.git
(Installing dependencies for the project)
npm install
//Initially .env.sample is provided but you have to create your own .env to get the api keys
Register on RapidApi and get your own API keys
Create your own .env and put the api keys respectively
REACT_APP_RAPID_API_URL = https://judge0-ce.p.rapidapi.com/submissions
REACT_APP_RAPID_API_HOST = judge0-ce.p.rapidapi.com
REACT_APP_RAPID_API_KEY = xyz
run npm start to run the project