https://github.com/alanbsmith/hummingbird
a lightweight workflow management tool
https://github.com/alanbsmith/hummingbird
Last synced: over 1 year ago
JSON representation
a lightweight workflow management tool
- Host: GitHub
- URL: https://github.com/alanbsmith/hummingbird
- Owner: alanbsmith
- Created: 2014-11-22T18:39:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T21:18:29.000Z (about 10 years ago)
- Last Synced: 2025-02-02T19:33:10.562Z (over 1 year ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hummingbird
### Up and Running
```bundle install```
```rake db: create, db:migrate```
```npm install```
`foreman start` OR `rails s` and `npm run watch` (in a second window)