Skip to content

mozilla-services/moz-backstage-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mozilla Backstage App

Developing

Dependencies

Run postgres & redis backends with docker-compose:

docker compose up

docker-compose.yaml defines volumes for postgres & redis to persist data for as long as the compose stack isn't destroyed.

Set environment variables for postgres (or use .env file):

cp .env.sample .env

export POSTGRES_HOST=localhost
export POSTGRES_PORT=5432
export POSTGRES_USER=postgres
export POSTGRES_PASSWORD=secret

To start the app, run:

nvm use
yarn install
yarn start

If using a .env file for the environment variables:

npm install -g dotenv-cli (if you don't have dotenv installed already)
dotenv -- yarn dev

About

Mozilla Backstage Application

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 8