NFB lets you create and manage drawing contests using Facebook api.
This is as school (but real) project.
$ cd [wherever/you/cloned/this]
$ composer install
$ php artisan migrate
$ npm install
$ gulp
-- Dev --
$ gulp watch
Karma is our test runner and Jasmine our test framework.
$ npm run test
or
$ npm run test-dev
When running dev tests, you can run them and get a report not only in the console but by visiting http://0.0.0.0:9876/. you can check out the current test coverage by opening the index.html file lying under resources/assets/js/lib/pictureGame/tests/coverage/[any browser]
Crafted with love and patience by the ESGI Ninja Team.
MIT