File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
FreeCodeCamp Python Curriculum
2
- https://freecodecamp.github.io/python-coding-challenges
3
2
=============
4
3
4
+ View live: https://freecodecamp.github.io/python-coding-challenges
5
+
5
6
To run locally:
6
7
1 . Fork this repo
7
8
2 . Run ` git clone [your-fork-url] `
8
9
3 . Run ` npm install `
9
10
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
+
You can’t perform that action at this time.
0 commit comments