backstage-server
v1.0.0-alpha.4
Published
Simple hosting for multiple versions of your static sites.
Downloads
2
Readme
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.