GameBuilder is created using React for Social Multiplayer Games course at NYU.
- Clone the repo
- Do
npm installoryarn install - Copy
sample.config.jsontosrc/config.jsonand update the config with credentials that you get from firebase console's web setup - In config, also set
basenameto the subfolder in which you are deploying the app. For e.g. for our github pages, project is deployed at/GameBuildersobasenameis set toGameBuilder.
- Run using
npm startoryarn start - Test using
npm testoryarn test
- Build for production using
npm run buildoryarn build - For building and deploying at gh-pages follow link