An open API service indexing awesome lists of open source software.

https://github.com/mightypixel/matchup

1337 team's HackFMI 4 project a collective sports organization platform
https://github.com/mightypixel/matchup

Last synced: over 1 year ago
JSON representation

1337 team's HackFMI 4 project a collective sports organization platform

Awesome Lists containing this project

README

          

MatchUp
=======

1337 team's HackFMI 4 project a collective sports organization platform

#MatchUP client Readme

## Setup
You must have npm, ruby, compass, grunt and bower
in matchup-client/ run:

npm install -g grunt-cli
npm install -g bower
npm install; bower install

## Run

grunt server

#MatchUP Server Readme

## Setup and Run
You must have maven
in sport-squad/ run:

mvn clean tomcat7:run