Big brain tower
Brain food for humans ! Be careful, highly addictive !
You didn't know but your brain is already in love with Big Brain Tower !
Installation
-
Get repo with
git clone https://github.com/webcom-components/big-brain-tower.git
-
Run
npm i
to install dependencies
Development server
npm start
Go to http://localhost:8080
and you should see the app running!
Test the app
Launch tests in console
npm test
Launch tests in console with file watching
npm run test:watch
Launch tests into browser for debugging purposes
npm run test:debug
Roadmap
Security rule
To 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()"
}
}
}
}
License
This project is licensed under the MIT license