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.
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 .
OpenSourceCourse is licenced under GPL v3.