This is the source code of the site that is hosted on https://edly.io/academy. Contributions are welcome: if you see a typo or would like to contribute some content, please open a pull request.
Install requirements:
-
For Linux:
sudo apt install pandoc pip install -r requirements.txt
-
For macOS:
brew install pandoc pip install -r requirements.txt
Build the static website:
make build
Run a development server:
make serve
This work is licensed under CC BY-SA 4.0.