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
- Host: GitHub
- URL: https://github.com/mightypixel/matchup
- Owner: MightyPixel
- License: mit
- Created: 2014-11-07T16:58:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T08:39:59.000Z (over 11 years ago)
- Last Synced: 2025-01-23T22:24:28.490Z (over 1 year ago)
- Language: Java
- Size: 854 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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