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