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 build
This will build a uncompressed version of the app to get it running locally.yarn dev
Boots up webpack-dev-server with live reloading.yarn run lint
eslint will check for errors and issues. Following Airbnb's code style guidelines.yarn run format
prettier will format and write the codebase uniformly.yarn run build:production
Builds 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.