Create a new conda
environment:
$ mamba env create --file conda/dev.yaml --force
You can use mamba or conda when creating a new environment.
Activate your environment:
$ conda activate osl
Install dependencies with poetry
:
$ poetry install
Build and start a simple web server locally:
$ make watch