Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 481 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 481 Bytes

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