Welcome to Astrid-Clone, a Rails task manager web app, with Twilio SMS reminders. Read my blog post about the project here, or watch a short walk-through here.
See spec for project requirements.
- Fork
- Clone
- CD into project directory
- $ touch .env
- Update .env with required keys/tokens, use sample dotenv as guide
- $ bundle
- $ rails s
- In another terminal, CD into project root and $ rake jobs:work
- Open browser to url provided in console (probably localhost:3000)
Bug reports and pull requests are welcome on GitHub at https://github.com/nicholasbair/astrid-clone.
The app is available as open source under the terms of the MIT License.