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