Trello Paper

Bring your trello cards to real life on paper.

Dependencies

Use this to install them:

npm install

Trello API key

Head over to trello and grab your API key. Make a .env file and add your key to it under TRELLO_API_KEY.

Building and running

Run the project locally:

grunt

Build the project for production:

grunt build

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request