Skip to content

opensourcecourse/opencourse

Repository files navigation

OpenSourceCourse

This is the website for OpenSourceCourse, a collection of educational material designed to help engineers and scientists contribute to the open-source scientific python ecosystem.

The course website is found here.

The website is built with Quarto.

Local Development

First, clone this repo and cd into it.

clone git@github.com/opensourcecourse/opencourse

cd opencourse

Second, install quarto.

Third, create and activate a virtual environment with conda using the environment.yml file included in the repo.

conda env create -f environment.yml
conda activate opencourse

Lastly, render the website

quarto render .

This will create a directory called "_site" which contains an index.html. Double click this to launch the content.

You can also use Quarto's preview mode to make/view changes live.

quarto preview .

Licence

OpenSourceCourse is licenced under GPL v3.