Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timriley/hanami-2-minimal-application-template

Minimal Hanami 2 application starter template — good for non-web apps!
https://github.com/timriley/hanami-2-minimal-application-template

Last synced: 2 months ago
JSON representation

Minimal Hanami 2 application starter template — good for non-web apps!

Awesome Lists containing this project

README

        

# AppPrototype

This is an Hanami 2 application.

## Local development

## Requirements

The scripts below require [Homebrew][brew] and [asdf][asdf] installed, and
[asdf added to your shell][asdf-shell].

If you prefer different tools, remove `Brewfile` and `.tool-versions`, and adapt
the `script/` files (mentioned below) to use your preferred tools.

[brew]: https://brew.sh
[asdf]: https://asdf-vm.com
[asdf-shell]: https://asdf-vm.com/#/core-manage-asdf-vm?id=add-to-your-shell

### Installation

After cloning, run:

```
./script/bootstrap
```

### Running supporting services

To start the supporting services, run:

```
./script/support
```

These must be running before completing the following steps.

### Setup

After the supporting services have started, run:

```
./script/setup
```

### After pulling changes

After pulling changes from the remote, run:

```
./script/update
```