This repository contains the files for the opencdms.org website.
To run the local development server, perform the following process:
- Fork the repo to your account
- Clone it
- Create a virtual environment and activate it
- Run
pip install -r requirements.txtto install the requirements - Run
mkdocs serveto start the local development server. Go to http://127.0.0.1:8000/ to visit
Create a PR to merge your changes to main branch of this repository, there is a CI script set up to handle deployment (using GitHub Actions to run mkdocs gh-pages automatically).