Forked from the official Code in the Dark editor: https://github.com/codeinthedark/editor
- Install system dependencies
- Install Node.js (v7+)
- Install TeX Live
- Linux:
sudo apt-get install texlive
- Windows: download and install
install-tl-windows.exe
from www.tug.org
- Linux:
- Clone the repository:
git clone https://github.com/GEPWNAGE/latex-in-the-dark.git
- Enter the directory:
cd latex-in-the-dark/
- Install dependencies:
npm install
This may be simplified and/or explained more later. But for now, run the following commands in parallel:
npm run assets-server
npm run server