Backstage
April 4, 2024 ยท View on GitHub
Requirements to install the app in development stage:
- Unix-based operating system, such as Linux, MacOS or Windows Subsystem for Linux/
- 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.
- An account with elevated rights to install the dependencies.
- curl or wget installed.
- Node.js installed (nvm recommended).
- Yarn installation
Start the app:
Run the next commands on the repo my-backstage-app:
yarn install
yarn dev