COM1000
COM1000 copied to clipboard
freeCodeCamp's deprecated challenge editor
COM1000 (Challenge-O-Mattic 1000)
Free Code Camp's Challenge Editor
Note
Users should only download the production version of COM1000, master is not guaranteed to be safe.
This will alter the challenge files in your Free Code Camp /seed/challenges directory!
Initial Setup
- Clone this repo to the same directory where your Free Code Camp directory is (ex>
/Users/terakilobyte/Developer)- The directory should be something like:
/Users/terakilobyte/Developer |- freecodecamp \- COM1000git clone https://github.com/FreeCodeCamp/COM1000.git
cd COM1000 && npm install<yourFCC_FOLDER_NAME>is whatever you named your Free Code Camp repo locally(mine isfreecodecamp).echo 'FCC_FOLDER_NAME = "<yourFCC_FOLDER_NAME>"' >> .env- (Optional) Add
PORT = XXXXin.envfile to change the default port from 3000 toXXXX npm run build
To Run
npm start
Contributing
All prs should be filed against the master branch.
Once the master branch is deemed necessary to be pushed into the production branch a pr will be made and QA'd