Skip to content

Commit 69e6467

Browse files
authoredMay 27, 2017
Update README.md
1 parent 0b0b774 commit 69e6467

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed
 

Diff for: ‎README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
FreeCodeCamp Python Curriculum
2-
https://freecodecamp.github.io/python-coding-challenges
32
=============
43

4+
View live: https://freecodecamp.github.io/python-coding-challenges
5+
56
To run locally:
67
1. Fork this repo
78
2. Run `git clone [your-fork-url]`
89
3. Run `npm install`
910
4. Run `npm start`
11+
12+
Adding a new challenge or fixing an existing one?
13+
14+
- Generating challenge ID:
15+
1. Open your terminal
16+
2. run `mongo`
17+
3. run `ObjectId()`
18+
4. copy string and paste into lesson_settings.json
19+
20+
- Building challenges.json file:
21+
1. Open your terminal
22+
2. Navigate to project directory
23+
3. run `node generate-challenge-settings.js`
24+
4. if no errors are thrown you're good to commit and open a pr
25+
26+
- Opening a PR
27+
1. Include a reference to the issue
28+
2. If its a new challenge, mention the chapter its being added to
29+
3. continue being awesome and helping us create this curriculum!
30+
31+

0 commit comments

Comments
 (0)
Please sign in to comment.