Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 871 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 871 Bytes

Trello Power-Up On Heroku

This is a sample Power-Up built for the Trello platform and intended to be hosted on Heroku.

Deploy

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ git clone git@github.com:trello/power-up-on-heroku.git # or clone your own fork
$ cd power-up-on-heroku
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying via Heroku CLI

Ensure that you have Heroku CLI installed.

$ heroku create
$ git push heroku master
$ heroku open