Sha256: 874bede4257451b1e720303ec9c21624ac2d57ecaaf6dad458cdfb20c93d209b
Contents?: true
Size: 647 Bytes
Versions: 9
Compression:
Stored size: 647 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://docs.hanamirb.org/<%= Hanami::VERSION %>/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸
Version data entries
9 entries across 9 versions & 1 rubygems