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

https://github.com/solnic/alpinist

Estimate and invoice handling for client service agencies. Example Rodakase app.
https://github.com/solnic/alpinist

Last synced: 3 months ago
JSON representation

Estimate and invoice handling for client service agencies. Example Rodakase app.

Awesome Lists containing this project

README

        

# Alpinist

## Development

### First-time setup

Just the bare-bones steps for now:

```
./bin/setup
```

### Running the app

```
bundle exec shotgun -p 3000 -o 0.0.0.0 config.ru
```