# Setup

- Run `npm update` to install modules
- Run `gulp` to generate js/css/images
- Edit the database config in `app/config/local/database.php`
- Migrate the databases
    - `php artisan migrate --package=dempsey/authcms`
    - `php artisan migrate`

# Developing

- Run `gulp watch` to watch for file changes

# Deploying

TBD
