Bring your trello cards to real life on paper.
Use this to install them:
npm install
Head over to trello and grab your API key.
Make a .env file and add your key to it under TRELLO_API_KEY
.
Run the project locally:
grunt
Build the project for production:
grunt build
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request