Skip to content

Files

Latest commit

9ab2634 · May 21, 2022

History

History
27 lines (18 loc) · 542 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 542 Bytes

MathJax Node Server

Zhihu-like tex2svg MathJax Node service by passing TeX from URL query

Usage

# Docker Hub
docker run --init -p 3456:3456 sparanoid/mathjax-node-server:latest

# GitHub Container Registry
docker run --init -p 3456:3456 ghcr.io/sparanoid/mathjax-node-server:latest

Development

yarn install
yarn start

License

AGPL-3.0