Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/freetonik/repodig


https://github.com/freetonik/repodig

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# README

## Local development

```
nanobox run rails s
nanobox run sidekiq
```

Go to http://rails.local:3000

## Dry run

```
nanobox deploy dry-run
```

Go to http://rails.test

## Deploy

Deployment is very fun!

```
```

Stop!