Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 844 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 844 Bytes

Texlive-Web

Web client standalone tex editor using texlivejs

Dependencies

Materials

ICOOON MONO

Build Setup

# clone repo
git clone  https://github.com/moritanian/texlive-web.git
cd texlive-web

# install dependencies
yarn install

# serve with hot reload at localhost:8000
yarn start

# build for production with minification
yarn build

# build for production and view the bundle analyzer report
yarn build --report

# run unit tests
yarn unit

# run e2e tests
yarn e2e

# run all tests
yarn test