Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 406 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 406 Bytes

infra-as-blueprint

getting started

clone repo

git clone git@github.com:SocialGouv/infra-as-blueprint.git
cd infra-as-blueprint

install

yarn

setup env

exec or put in .env file

export GITHUB_TOKEN=xxx

run

yarn start

other commands

help

yarn start --help

dry-run

yarn start --dry-run

debug

yarn dev