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/db
sudo chmod -R a+w /data
npm test
There are some required configuration parameters that must be set before starting an instance. Read the configuration 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 of contributors who participated in this project.
This project is licensed under mit
To fellow pong lovers, never stop spinning