Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 399 Bytes

File metadata and controls

30 lines (19 loc) · 399 Bytes

OpenScienceLabs Web Page

Setup

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