- Notifications
You must be signed in to change notification settings - Fork4
The ping pong ladder tracking the best players at Sparc
bmino/sparcPong
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This ladder currently manages the semi-competitive ping pong scene at Sparc.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The following dependencies are required to run an instance of Sparc Pong:
- NodeJS
- Npm
- Mongodb
Install NodeJS and npm
brew install node
Install Mongodb
brew install mongodb
Setup Mongodb root directory
sudo mkdir -p /data/dbsudo chmod -R a+w /data
npm test
There are some required configuration parameters that must be set before starting an instance.Read theconfiguration documentation for instructions on setting these and other optional parameters.
Clone the code from github
git clone https://github.com/bmino/sparcPong.git
Build the project from the root directory
npm install
Start an instance of mongodb in a new terminal tab
mongod
Start the application
npm start
- Brandon Mino -Project Lead
See also the list ofcontributors who participated in this project.
This project is licensed under mit
To fellow pong lovers, never stop spinning
About
The ping pong ladder tracking the best players at Sparc