- Clone the project with submodules
git clone --recurse-submodules [email protected]:baps-oj/baps-oj.github.io.git
- Install dependencies
# create a venv (recommended)
pip install -r requirements
- Start the devserver
make devserver
- Navigate to http://localhost:8000
- First run the application
- In the
content
folder create new markdown file. - It will generate
html
automaticaly