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: 11 months ago
JSON representation

Hanami 2 application starter template

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
```