Skip to content

icdocsoc/ex-machina-trello-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published