Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 453 Bytes

File metadata and controls

32 lines (23 loc) · 453 Bytes

Wikilogia Directory Website

Wikilogia community directory of events, activities, people and resources.

Contribute

Clone the repo via

git clone git@github.com: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