MozillaIndia / vibe

The new vibe! :D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vibe

The bottom-up from-the-scratch events' portal for MozillaIndia.org

How to deploy Vibe for your comunity

  • Fork the repo
  • Edit the config.js file

For example, to deploy Vibe for german community (which lists the future events happening in Germany)

.run(function ($rootScope) {
    $rootScope.countryName = "Germany";
    $rootScope.blogUrl = "";
    $rootScope.hiveUrl = "";
    $rootScope.leaderboardUrl = "";
});

Note: This is deployed in github pages

About

The new vibe! :D

License:Mozilla Public License 2.0


Languages

Language:CSS 55.7%Language:HTML 33.5%Language:JavaScript 10.9%