Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ts-jest Documentation

Setup

Make sure you have latest Ruby, then make sure you have the bundler:

gem install bundler

You will also need PlantUML to build the docs

Finally you can install requirements:

# from the root of this project
cd docs
bundle install

To link the build directory to the gh-pages branch, ensure the docs/_site directory does NOT exists and run:

npm run doc:link

Serve the docs locally with live-reload

To preview your changes with live-reload, run this:

npm run doc