backstage-server
backstage-server is the server component to the suite of Backstage tools. Documentation about its usage can be found at backstage.js.org.
Contributing
backstage-server runs on Express and is written in TypeScript.
To work on backstage-server locally:
- Clone this repo.
- Run
yarn
to install dependencies.