Development Installation
Warning
document-issue-xl
requires Windows to run. For dev instructions see: packages/document-issue-xl/README.md
We use pixi to manage the monorepo. Install pixi
(on linux) with the following command:
curl -fsSL https://pixi.sh/install.sh | bash
If using VSCode, we recommend using the document-issue.code-workspace
file to open the project.
To install the environment and packages for development, run the following commands from ROOT:
pixi install
cntl+shift+p - python select interpreter - set to pixi env. TODO: add pixi vscode plugin?
Install latex engine:
quarto install tinytex # TODO: should this be within the env?
Install libfontconfig
if required:
sudo apt-get update
sudo apt-get install libfontconfig