Skip to content
Free Code Camp's Challenge Editor
JavaScript HTML CSS
Find file
Pull request Compare This branch is 2 commits ahead of production.
Latest commit db36954 @SaintPeter SaintPeter Merge pull request #58 from FreeCodeCamp/production
Update production
Failed to load latest commit information.
bin
public
src
tests
views
.babelrc
.eslintrc
.gitignore
Challenge_Editor_Mockup.png
Layout.png
README.md
app.js
config.js
index.html
package.json
webpack.config.js

README.md

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
      \- COM1000
    
    • git 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 is freecodecamp).
  • echo 'FCC_FOLDER_NAME = "<yourFCC_FOLDER_NAME>"' >> .env
  • (Optional) Add PORT = XXXX in .env file to change the default port from 3000 to XXXX
  • 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

Something went wrong with that request. Please try again.