~fd/staticmath-server

A simple server to render TeX -> HTML
Switch to Temml
Update KaTeX to 0.16.10; remove flakes
Remove package-lock.json (use yarn.lock instead please)

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~fd/staticmath-server
read/write
git@git.sr.ht:~fd/staticmath-server

You can also use your local clone with git send-email.

#Grav StaticMath Plugin (Server)

This is a required component of the plugin to actually render the math.

#Installation (Docker)

Run docker pull quay.io/e0223b4a/staticmath-server.

Then, docker run -d -p 3000:3000 staticmath-server.

#Installation (Manual)

Run yarn install in the root.

#Running

Run node index.js in the root.

#Configuration

PORT: Environment variable that changes the port that the server listens on