You should be able to run everything on Linux, MacOS, and Windows.
You'll need to ensure these are installed and set up:
Run make.
Run make all-release. The resulting artifacts will be written to ./dist/.
Yep! You'll just need to install Node.js and Yarn Berry, then run whatever combination of commands you need to get something done, like yarn install, yarn start, and yarn build.
To compile the LaTeX documents, you will need:
- a
makeutility (such as GNU make), - a LaTeX distribution that can support all the packages required,
latexmk, andpdf2svg.
On a fresh Ubuntu system, I used this to install most of these tools:
$ sudo apt-get install texlive-full latexmk pdf2svg
All original content is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC-BY-SA-4.0) license.