https://github.com/hanami/hanami-2-application-template
Hanami 2 application starter template
https://github.com/hanami/hanami-2-application-template
Last synced: 11 months ago
JSON representation
Hanami 2 application starter template
- Host: GitHub
- URL: https://github.com/hanami/hanami-2-application-template
- Owner: hanami
- Archived: true
- Created: 2020-05-03T23:31:17.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T00:47:50.000Z (over 3 years ago)
- Last Synced: 2025-07-07T14:21:24.548Z (11 months ago)
- Language: Ruby
- Size: 290 KB
- Stars: 108
- Watchers: 11
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: README.app.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# AppPrototype
This is an Hanami 2 application.
## Local development
To set up the app:
```sh
$ ./bin/setup
```
To run the tests:
```sh
$ bundle exec rake
```
To start the app:
```sh
$ bundle exec puma -C config/puma.rb
```