Voting app for DoSomething.org campaigns, which launched with Celebs Gone Good in December 2014.
- Clone this repository & add to your local DS Homestead environment.
- Copy
.env.exampleand create your own.env - From within your VM, run
composer install && npm installto set up dependencies. - Run
gulpto compile front-end assets and watch for changes! - Create a
votingdatabase in your VM. - Run
php artisan migrate && php artisan db:seedto get the database set up.
©2015 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.