Skip to content

Files

Latest commit

 

History

History

website

README.md

#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