Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freetonik/repodig
https://github.com/freetonik/repodig
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/freetonik/repodig
- Owner: freetonik
- Created: 2019-12-15T15:12:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T16:10:48.000Z (about 5 years ago)
- Last Synced: 2024-11-28T09:40:17.324Z (2 months ago)
- Language: Ruby
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!