The opendatacommons.org static site is:
- Built with lektor
- Hosted on Github pages
- Automatically deployed: Pushing to
master
will deploy the site using a GitHub action
Using a python 3 virtualenv:
# install python packages
pip install -r requirements.txt
# install node packages
npm install
# launch local server 🚀
npm start