Backstage

April 4, 2024 ยท View on GitHub

Requirements to install the app in development stage:

  1. Unix-based operating system, such as Linux, MacOS or Windows Subsystem for Linux/
  2. On Debian/Ubuntu you will want to have the make and build-essential packages installed. On MacOS, you will want to have run xcode-select --install to get the XCode command line build tooling in place.
  3. An account with elevated rights to install the dependencies.
  4. curl or wget installed.
  5. Node.js installed (nvm recommended).
  6. Yarn installation

Start the app:

Run the next commands on the repo my-backstage-app:

yarn install
yarn dev