This repository stores the files needed for quarto to generate our paper "Councils in Action ... TODO"
View the rendered article at: https://PugetSoundClinic-PIT.github.io/councils-in-action/
TODO
just --list
Available recipes:
build # build page
clean # remove build files
default # list all available commands
setup name="councils-in-action" # create conda env and install all deps
watch # watch file, build, and serve
- Install Quarto.
- Install Just.
- Run
just setupto create a new conda environment with all dependencies. - Run
conda activate councils-in-actionto activate the environment. - Build!
just buildto build the project to the_build/folder.just watchto watch this directory and build just the website on file save.
You may run into issues running your first just build command. If the issue relates to
tinytex or texlive then try installing the latest versions:
- Install:
sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-plain-generic - Or Upgrade:
sudo apt-get upgrade texlive-xetex texlive-fonts-recommended texlive-plain-generic
If the issue relates to sentencepiece try installing supporting software:
- Install:
sudo apt-get install cmake build-essential pkg-config libgoogle-perftools-dev