1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-03 05:12:43 +02:00

Update README.md

This commit is contained in:
Pomax
2020-10-27 17:13:06 -07:00
committed by GitHub
parent 8802497169
commit 862b28306a

View File

@@ -26,6 +26,15 @@ To make life easier, if your distro uses apt-get, just run this:
sudo apt-get update && sudo apt-get install xzdec libpoppler-glib-dev texlive texlive-xetex texlive-extra-utils pdf2svg
```
With all the dependencies in place, you can now test everything using:
```
> npm test
```
Which will start the build run in "watch" mode, opening a browser with the compiled project, and recompiling as you update and save files.
#### Specialised commands:
- `regenerate` runs a build followed by running `prettier` on the final .html files, as well as `link-checker` to make sure there are no dead links in the content.