Skip to content

aboma/tribute-web

 
 

Repository files navigation

Tribute Web

An app to keep track of who is using what open-source applications. It allows you to 'pay tribute' to your favorite open source applications.

Development Setup

First, install node.js and Bower.

Git clone this repository and then install all node and bower modules required by the application.

npm install
bower install

To build and start server in development mode, which will auto-rebuild any changed files:

grunt server

To run tests once in Chrome browser:

grunt test

To build and pre-view a minified production-ready version of this app:

grunt server:dist

About

We shall see.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.1%
  • CoffeeScript 7.9%
  • CSS 1.0%