Voting app for DoSomething.org campaigns, which launched with Celebs Gone Good in December 2014.
=======
.env.example
and create your own .env
composer install && npm install
to set up dependencies.gulp
to compile front-end assets and watch for changes!voting
database in your VM.php artisan migrate && php artisan db:seed
to get the database set up.$ vendor/bin/phpunit
We follow Laravel's code style and automatically lint all pull requests with StyleCI. Be sure to configure EditorConfig to ensure you have proper indentation settings.
Consider writing a test case when adding or changing a feature. Most steps you would take when manually testing your code can be automated, which makes it easier for yourself & others to review your code and ensures we don't accidentally break something later on!
©2017 DoSomething.org. Voting App is free software, and may be redistributed under the terms specified in the LICENSE file. The name and logo for DoSomething.org are trademarks of Do Something, Inc and may not be used without permission.
The Laravel framework is open-sourced software licensed under the MIT license.