The easiest way to update the curriculum is to create a Codespace from this repo. Click the green "Code" button, then select the "Codespaces tab"
See these wiki pages for installing a new repository locally:
- Install lesson builder
- Install vuepress
Below is a cheatsheet. See thewiki for full documentation
To build the website:
jtl -vv build To run a development server
jtl serveNow you can view the website on your local machine at http://localhost:8080/Python-Level-0/. If you are running in Codespace, go to the
PORTS tab in the bottom panel and click on the globe icon for port 8080.