Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 450 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 450 Bytes

#ngTasty website

Generates the documentation for the #ngTasty website.

How to run

cd website/
npm install
bower install
gulp default

The simplest way to start this server is:

Then copy all the files from the build directory to the gh-pages branch. If you want to run the website locally then run the following command:

npm start

And point your browser to: 0.0.0.0:3000