Heroku deployment for Strider
npm install strider-herokuPrerequisites:
To use on anything other than localhost:3000, you need to register your own Heroku API client, at https://dashboard.heroku.com/account. See this docs page for more info.
This is a screenshot of what you will see on your dashboard:
If running locally we recommend using ngrok: ngrok http 3000 and using the provided url as your host in Heroku and for SERVER_NAME env on Strider.
Add an API client for the url pattern: https://yourhostnameofstrider/ext/heroku/oauth/callback
Copy values for HEROKU_OAUTH_ID and HEROKU_OAUTH_SECRET, you'll configure Strider to use them later.
Install the heroku cli, and login:
``sh`
heroku login
`sh`
SERVER_NAME=
Install the heroku cli, and run:
`sh``
heroku config:add PLUGIN_HEROKU_CLIENT_ID=