Skip to content

antonhalim/voting-app

 
 

Repository files navigation

Voting App

Voting app for DoSomething.org campaigns, which launched with Celebs Gone Good in December 2014.

Getting Started

  1. Clone this repository & add to your local DS Homestead environment.
  2. Copy .env.example and create your own .env
  3. From within your VM, run composer install && npm install to set up dependencies.
  4. Run gulp to compile front-end assets and watch for changes!
  5. Create a voting database in your VM.
  6. Run php artisan migrate && php artisan db:seed to get the database set up.

License

©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.

About

Voting app for DoSomething.org campaigns.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.5%
  • JavaScript 13.0%
  • CSS 11.6%
  • Other 0.9%