Brain food for humans ! Be careful, highly addictive !
You didn't know but your brain is already in love with Big Brain Tower !
-
Get repo with
git clone https://github.com/webcom-components/big-brain-tower.git -
Run
npm ito install dependencies
npm startGo to http://localhost:8080 and you should see the app running!
Launch tests in console
npm testLaunch tests in console with file watching
npm run test:watchLaunch tests into browser for debugging purposes
npm run test:debugTo prevent hackers to erase namespace data, provide these security rules into your namespace
{
"rules": {
"scores": {
".read": true,
"$score_entry": {
".write": " !data.exists() ",
".validate": "newData.child('name').isString() && newData.child('val').isNumber()"
}
}
}
}This project is licensed under the MIT license