Backstage App

April 21, 2024 ยท View on GitHub

Environment

  • Node.js 20
  • Yarn
  • Docker
  • PostgresSQL

Getting Started

Copy the .env.bak file to .env and fill in the environment variables.

cp .env.bak .env

To start the app, run:

yarn install
yarn dev