Files
KaTeX/website/versioned_docs/version-0.10.0-rc/node.md
ylemkimon 293af2936d Release v0.10.0-rc (#1634)
* Release v0.10.0-rc

Bump master to v0.10.0-pre

* Update CHANGELOG.md

* Update SRI hashes

* Update SRI hashes
2018-08-20 00:25:11 +09:00

42 lines
653 B
Markdown

---
id: version-0.10.0-rc-node
title: Node.js
original_id: node
---
## npm
Install with `npm`:
```bash
npm install katex
# or globally
npm install -g katex
```
## Yarn
Install with `Yarn`:
```bash
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:
```bash
git clone https://github.com/Khan/KaTeX.git
cd KaTeX
```
Then install dependencies and run `build` script:
```bash
yarn
yarn build
```
> You can manually download the package and source code from
[GitHub releases](https://github.com/Khan/KaTeX/releases).