Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 576 Bytes

readme.md

File metadata and controls

30 lines (20 loc) · 576 Bytes

Telepat Docs

This project builds the documentation portal for Telepat.io

How to install

Prerequisites:

Installation process:

  1. Clone this repository
  2. Run npm install to install dependencies

Usage

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.