A blog page for OpenScienceLabs with mkdocs site generator.
Clone the repository
git clone git@github.com:opensciencelabs/opensciencelabs.github.io
cd opensciencelabs.github.io
mamba env create -f conda/dev.yaml --yes
conda activate osl-web
poetry install
makim pages.preview
Ensure you have installed the pre-commit config locally:
# with your conda env active, run:
$ pre-commit install