Web application displaying data availability and profile conformity of OpenActive endpoints
Using node
version 13.9
. Project uses standard express-generator
conventions.
$ npm install
$ npm run start-dev
$ npm run start
CONFORMANCE_SERVER_URL
the url to the root of the conformance services server. For example " https://conformance-services.herokuapp.com". Note no trailing slash on the URL.PORT
the web server port
Create a new app in the "Europe" region.
Go to "Settings" and "Reveal Config Vars".
Add a Config var and value named CONFORMANCE_SERVER_URL
for the corresponding Environment variable.
Do a deploy. If you link your GitHub account you can press a button in the web interface to do this, or you set up the heroku CLI tool. Either is fine.
That's it!
Deploy the latest code.
If you link your GitHub account you can press a button in the web interface to do this, or you set up the heroku CLI tool. Either is fine.