Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.

Update README.md #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ Adding a new challenge or fixing an existing one?

- Generating challenge ID:
1. Open your terminal
2. run `mongo`
3. run `ObjectId()`
4. copy string and paste into lesson_settings.json
2. Run `mongo`
3. Run `ObjectId()`
4. Copy string and paste into lesson_settings.json

- Building challenges.json file:
1. Open your terminal
2. Navigate to project directory
3. run `node generate-challenge-json.js`
4. if no errors are thrown you're good to commit and open a pr
3. Run `node generate-challenge-json.js`
4. If no errors are thrown you're good to commit and open a pr

- Opening a PR
1. Include a reference to the issue
2. If its a new challenge, mention the chapter its being added to
3. continue being awesome and helping us create this curriculum!
3. Continue being awesome and helping us create this curriculum!


Maintaining your Fork:
Expand Down