mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-18 09:18:39 +00:00
* Release v0.10.0-rc Bump master to v0.10.0-pre * Update CHANGELOG.md * Update SRI hashes * Update SRI hashes
653 B
653 B
id, title, original_id
id | title | original_id |
---|---|---|
version-0.10.0-rc-node | Node.js | node |
npm
Install with npm
:
npm install katex
# or globally
npm install -g katex
Yarn
Install with Yarn
:
yarn add katex
# or globally
yarn global add katex
Building from Source
To build you will need Git, Node.js 6.9 or later, and Yarn.
Clone a copy of the GitHub source repository:
git clone https://github.com/Khan/KaTeX.git
cd KaTeX
Then install dependencies and run build
script:
yarn
yarn build
You can manually download the package and source code from GitHub releases.