Adaptive Programming Environments / Adaptive Coding Platform
Instructions:
- Git clone the repository.
- Create a .env file and add the API Keys in the .env file:
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 = [YOUR_SECRET_KEY]
Can get the API key by the tutorial https://www.freecodecamp.org/news/how-to-build-react-based-code-editor/ in section How to Compile the Code with Judge0. - Use command:
npm install
If any packages cannot be resolved, please install them using separate commands:npm insall <package name>
. - Use command:
npm start