All your assigned Trello cards wrapped up in a warm shell.
- Go to https://burrito.work and click 'Login with Trello'.
- After logging in, you'll see all the cards assigned to you.
- Click the card to open it in a new window.
- Profit?
- Minimal Design
- Auto Refresh
That's all the features for now.
Burrito uses the yarn package manager. Clone the repo to your machine and run yarn to install all dependencies.
Some developer tools and scripts are already available inside the repo that help with code formatting, code linting, and building.
yarn run buildThis will build a uncompressed version of the app to get it running locally.yarn devBoots up webpack-dev-server with live reloading.yarn run linteslint will check for errors and issues. Following Airbnb's code style guidelines.yarn run formatprettier will format and write the codebase uniformly.yarn run build:productionBuilds a production-ready, optimized and minimized version of app. Run this before submitting your pull request.
Trello's mascot is "Taco from Trello." I prefer to eat my Mexican swaddled up burrito style. idk. It's 4 AM.