https://github.com/venantius/darg
Kill the status meeting -- an abandoned IDoneThis competitor.
https://github.com/venantius/darg
Last synced: 9 months ago
JSON representation
Kill the status meeting -- an abandoned IDoneThis competitor.
- Host: GitHub
- URL: https://github.com/venantius/darg
- Owner: venantius
- Created: 2014-08-28T06:43:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T04:43:38.000Z (over 10 years ago)
- Last Synced: 2025-02-14T00:48:05.805Z (11 months ago)
- Language: CSS
- Homepage:
- Size: 44.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Darg
Say goodbye to status meetings.
## Development Setup
### Install dependencies
brew install postgres
brew install leiningen
gem install premailer
npm install
## Development Flow
This is just my (@venantius) flow, but I think it's informative. I have many windows open at once, but the important windows are the following:
1. `lein run server` - the app
2. `grunt watch` - watch for changes to assets and recompile
3. `lein repl :connect` - a REPL, connected to the app
4. `lein with-profile test test-refresh :growl` - watch the backend file system, running tests when things change, and send me [growl](http://growl.info/) notifications. If you don't have growl installed then just leave off that keyword.
## Usage
`lein run server` to start a server running on localhost:8080
## Deployment
We're deploying to AWS. At the moment CircleCI is configured to automatically deploy to AWS on a successful build.
App URL: `http://darg.io`
Do the following to set up the app for local development: `git remote add heroku git@heroku.com:darg.git`
## Scheduled Jobs
We use Heroku to trigger emails every hour through an authenticated request to the AWS server.
## License
Copyright © 2015 UrsaCorp. All rights reserved.