Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 901 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 901 Bytes

combattingbias.huygens.knaw.nl

Static website for the Combatting Bias project website at https://combattingbias.huygens.knaw.nl/.

Development

These static pages are generated with Material for MkDocs using a GitHub Action on every push (see the gh-pages branch). For local development, follow the instructions below.

Local development

Prerequisites

Make sure that you have python 3.8 or higher installed. Then install the dependencies:

$ pip install -r requirements.txt

Run the development server

Local changes are immediately reflected in the browser when running the development server:

$ mkdocs serve

Building the site can be done with:

$ mkdocs build