This branch has the source files to the kollavarsham.org website, hosted GitHub Pages from the master
branch
- Clone this repo on a box that has
node.js
andnpm
installed andcd
into the cloned directory - Install
yeoman
by runningnpm install -g yo
- check yeoman.io for more information. - Run
npm install
followed bybower install
to install the dependencies - Hack on the website within the the
app
folder - runninggrunt serve:dist
can help preview the site with live reload on any save - Commit your changes, and the GitHub Action will deploy the built website to http://kollavarsham.org
Built with ❤️ by The Kollavarsham Team
using Yeoman, Grunt And Bower