Skip to content

MozillaIsrael/vibe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibe

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

How to deply 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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.6%
  • HTML 34.4%
  • JavaScript 8.0%