This project builds the documentation portal for Telepat.io
Prerequisites:
Installation process:
- Clone this repository
- Run
npm install
to install dependencies
For project development with livereload run:
gulp serve
To build project run: (Result will be in dist/
folder.)
gulp build
Project structure was generated by generator-lb using version 2.0.0.