Sha256: ec3f7457ac094391b2e60f56b0b59b36a6feab6e5cb3c710d4ed19f05f3fed7f

Contents?: true

Size: 447 Bytes

Versions: 3

Compression:

Stored size: 447 Bytes

Contents

# <%= config[:camel_cased_app_name] %>

Welcome! You’ve generated an app using dry-web-roda.

## First steps

1. Run `bundle`
1. Review `.env` & `.env.test` (and make a copy to e.g. `.example.env` if you want example settings checked in)
1. Run `bundle exec rake db:create`
1. Add your own steps to `bin/setup`
1. Run the app with `bundle exec shotgun -p 3000 -o 0.0.0.0 config.ru`
1. Initialize git with `git init` and make your initial commit

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dry-web-roda-0.9.1 lib/dry/web/roda/templates/README.md.tt
dry-web-roda-0.9.0 lib/dry/web/roda/templates/README.md.tt
dry-web-roda-0.8.0 lib/dry/web/roda/templates/README.md.tt