https://github.com/krisleech/firefight
Diary app for Firefighting duties
https://github.com/krisleech/firefight
Last synced: about 1 year ago
JSON representation
Diary app for Firefighting duties
- Host: GitHub
- URL: https://github.com/krisleech/firefight
- Owner: krisleech
- Created: 2014-06-03T17:05:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T17:42:16.000Z (almost 12 years ago)
- Last Synced: 2025-03-17T04:44:45.966Z (about 1 year ago)
- Language: Ruby
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FireFighing App
http://agile-forest-8186.herokuapp.com/
## Features
- [x] Add people
- [ ] Assign people to diary
- [ ] Notify person of assignments by email
- [ ] Acknowledgment of assignment by email link
## Getting started
```
unicorn
```
## Development
Run the specs:
```
rspec
```
Persistantly run specs:
```
guard
```