mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(docs): improved readability in READ.md (#46883)
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
+6
-4
@@ -1,8 +1,10 @@
|
||||
# Getting Started
|
||||
|
||||
If you haven't installed freeCodeCamp proper yet, that needs to happen first.
|
||||
Step 1 : Install freeCodeCamp properly on your system.
|
||||
|
||||
Once that's done, the curriculum server and this package need installing. Then the prepare script will take care of the rest.
|
||||
Step 2 : Install the curriculum server and the current package.
|
||||
|
||||
Step 3 : The prepare script will take care of the rest.
|
||||
|
||||
```sh
|
||||
cd ../curriculum-server
|
||||
@@ -26,9 +28,9 @@ is the curriculum data that is currently being used.
|
||||
|
||||
## Things of Note
|
||||
|
||||
Incremental static regeneration is working quite nicely. You can modify the curriculum data (in /curriculum-server/data/curriculum.json), refresh reload your browser and the changes will be reflected.
|
||||
Incremental static regeneration is working quite nicely. You can modify the curriculum data (in /curriculum-server/data/curriculum.json), refresh/reload your browser and the changes will be reflected.
|
||||
|
||||
The trailing ids are a bit buggy, but you can replace them with a new page's mongo id and it ~should~ will refresh.
|
||||
The trailing ids are a bit buggy, but you can replace them with a new page's mongo id and it will refresh.
|
||||
|
||||
Also, mangled paths _mostly_ work. For example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user