Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanami/hanami-2-application-template
Hanami 2 application starter template
https://github.com/hanami/hanami-2-application-template
Last synced: 3 months ago
JSON representation
Hanami 2 application starter template
- Host: GitHub
- URL: https://github.com/hanami/hanami-2-application-template
- Owner: hanami
- Created: 2020-05-03T23:31:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T00:47:50.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T00:23:32.011Z (5 months ago)
- Language: Ruby
- Size: 290 KB
- Stars: 107
- Watchers: 12
- Forks: 25
- 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
```