This is the developer portal for the Province of British Columbia built using Backstage.
- Node long-term-support version (i.e. lts/hydrogen)
- For development purposes, the in memory SQLite database is sufficient (it is already configured)
- Alternativley, Postgres can be configured
- Install Postgres locally or via docker
- Alternativley, Postgres can be configured
- Create an
app-config.local.yaml
file based off of the app-config.local.template.yaml file.
To run the project, use the following at the project's root directory
$ yarn install
$ yarn dev
Note: The dockerfile is based on the Janus showcase project
See the gitops repo.
See the Backstage.io documentation