Welcome to Bookshelf.
Prepare DB for development
and test
environments:
$ bundle exec hanami db prepare
$ HANAMI_ENV=test bundle exec hanami db prepare
Run the development server:
$ bundle exec hanami server
Run tests:
$ bundle exec rake
Run the development console:
$ bundle exec hanami console
Explore Hanami guides, API docs, or jump in chat for help. Enjoy! 🌸