Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

how to contribute

Jeremy Fourna edited this page Mar 21, 2016 · 3 revisions

How to contribute to Ping Pong Wars

If you don't have Node.js installed

Ubuntu or Debian
  1. curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
  2. sudo apt-get install -y nodejs

Project configuration

Run the following commands on your terminal :

  1. curl https://install.meteor.com/ | sh
  2. npm install -g eslint
  3. Uncomment the file server/dumbData.js
  4. meteor
Reset project

meteor reset && meteor

App

Collections schema

Collections methods

How to contribute

Clone this wiki locally