Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

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