Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 482 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 482 Bytes

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