Generates the documentation for the #ngTasty website.
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