Sha256: 61421c717b0d4f1498c0724b1f946f9d0a5d646a34abcd8b7709225e37a9180a
Contents?: true
Size: 630 Bytes
Versions: 4
Compression:
Stored size: 630 Bytes
Contents
# <%= Hanami::Utils::String.titleize(project) %> Welcome to your new Hanami project! ## Setup How to run tests: ``` % bundle exec rake ``` How to run the development console: ``` % bundle exec hanami console ``` How to run the development server: ``` % bundle exec hanami server ``` How to prepare (create and migrate) DB for `development` and `test` environments: ``` % bundle exec hanami db prepare % HANAMI_ENV=test bundle exec hanami db prepare ``` Explore Hanami [guides](http://hanamirb.org/guides/), [API docs](http://hanamirb.org/docs/1.0.0/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸
Version data entries
4 entries across 4 versions & 1 rubygems