Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 485 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 485 Bytes

Spotify Backstage accelerator to generate a 3 Musketeers friendly Backstage application

Bootstrapping

To generate your own Backstage application, fork this repo and run:

make bootstrap

Development

To get started running locally, execute the following:

ENVFILE=env.example make envfile
make deps
make dev

You should be able to access the page via: http://localhost:3000