- Clone this repo
- Export your Dresssed theme key:
export DRESSSED_KEY=<put your key here>
bundle install
bundle exec rake db:create db:migrate
bin/rails s
Then visit http://localhost:3000
. See the main app has customers
scaffold. See that there's an engine mounted under /userengine
. See that there's a link to the user engine from the main app root index.