Welcome! You’ve generated an app using dry-web-roda.
- Run
bundle - Review
.env&.env.test(and make a copy to e.g..example.envif you want example settings checked in) - Create a
blog_developmentdatabase - Add your own steps to
bin/setup - Run the app with
bundle exec shotgun -p 3000 -o 0.0.0.0 config.ru - Initialize git with
git initand make your initial commit