/opendatacommons.org

Open Data Commons licenses and website

Primary LanguageSCSSMIT LicenseMIT

Open Data Commons: Legal tools for Open Data

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

Local Development

Using a python 3 virtualenv:

# install python packages
pip install -r requirements.txt

# install node packages
npm install

# launch local server 🚀
npm start