-
Make sure you have uv and quarto installed
-
Clone this repository
git clone https://github.com/has2k1/ug2021
-
cd into the repository
cd ug2021 -
Create and update the project environment
uv sync
-
Install
ug2021package in developer modeuv pip install -e .
Check that everything is okay by building the site.
cd site
uv run quarto renderYou can open the _site/index.html.
Anything you put in the .local folder will be ignored by git.
cd .localSo that is good place to play around, creating notebooks and quarto sites.
Use uv run to invoke any programs that you want to use the environment that you have installed, provided you are inside the project folder. For example:
uv run jupyter notebook
uv run jupyter lab
uv run quarto preview
uv run quarto render