- Clone this repository:
git clone https://github.com/ShaunSHamilton/into-the-book.git
- Open in VSCode:
cd into-the-book
code .
-
Open the command palette (
Ctrl+Shift+P
) and run the commandDev Containers: Rebuild Container and Reopen in Container
. -
Once finished, open the command palette again, and run
freeCodeCamp: Develop Course
.
Commit messages should use the following format:
<type>(<ver>): <message>
type
is one of the following:feat
for new featuresfix
for bug fixesdocs
for documentation changesstyle
for code style changesrefactor
for code refactoringchore
for other changes
ver
is the version number of the curriculummessage
is a short description of the change
Pull requests should be made against the main
branch. The title should match the commit message format.