Code that powers Zairza Codelabs
Inspired from Google Developers Codelabs
- Add your code under a sub-folder
codelabs
- Edit
codelabs.yaml
and reference the sub-folder. Fill in other details such as the title and description.
We utilize pipenv.
- Start a pipenv environment with
pipenv shell
and install the requirements withpipenv install
. - Run
python codelabs.py
to generate the codelabs website underdist
- Run
python codelabs.py serve
to start a static web server over generated content.
Copyright (c) 2018 Zairza Technical Club. Content and code available under the MIT license.