Skip to content

mozilla-services/moz-backstage-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mozilla Backstage App

Developing

Dependencies

Install and run Postgres from docker:

docker run -e POSTGRES_PASSWORD=secret -p 5432:5432 postgres:15

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

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

To start the app, run:

yarn install
yarn dev

If using a .env file for the environment variables:

dotenv -- yarn dev

About

Mozilla Backstage Application

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published