Skip to content

OpenScienceLabs/opensciencelabs.github.io

opensciencelabs.github.io

A blog page for OpenScienceLabs with mkdocs site generator.

To deploy locally

Clone the repository

git clone [email protected]: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

Linter

Ensure you have installed the pre-commit config locally:

# with your conda env active, run:
$ pre-commit install