/uppy-companion

Heroku deployable uppy companion

Primary LanguageShell

Uppy Companion

Heroku deployable, standalone uppy companion. Full list of enviroment variable here.

Deploying to heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy

Locally

$ git clone https://github.com/Ju99ernaut/uppy-companion.git
$ cd uppy-companion
$ npm i
$ npm start