Wikilogia community directory of events, activities, people and resources.
Clone the repo via
git clone [email protected]:wikitechie/wikilogia-website.git
cd into the folder
cd wikilogia-website
Install npm dependencies
npm install
Then install bower dependencies
bower install
You can run the app via
grunt serve
And you can build it via
grunt build