Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 559 Bytes

File metadata and controls

14 lines (8 loc) · 559 Bytes

Build Status

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.