/radio

Primary LanguagePHP

README

What is this repository for?

How do I get set up?

remember to add .env file and put in database information. See the .env.example file.

install composer

install laravel

composer install (install dependencies)

php artisan key:generate

npm install --global bower (install bower, use bower.json)

bower install (install frontend dependencies)

npm install --global gulp (install gulp)

npm install (install elixir, npm uses package.json)

default account: admin/foo@bar.com (password: admin)

make sure to run: gulp watch to prepare js and css files

Visit /batch to populate some radios