Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 712 Bytes

File metadata and controls

17 lines (16 loc) · 712 Bytes

adapt-program

Adaptive Programming Environments / Adaptive Coding Platform

Instructions:

  1. Git clone the repository.
  2. 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.
  3. Use command:
    npm install
    If any packages cannot be resolved, please install them using separate commands: npm insall <package name>.
  4. Use command:
    npm start