Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 505 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 505 Bytes

opensciencelabs.github.io

A blog page for OpenScienceLabs with mkdocs site generator.

To deploy locally

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

Linter

Ensure you have installed the pre-commit config locally:

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