From 628b6b22c146d64cddf79aadbc0d68cbe22bcb6d Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Fri, 2 Jun 2023 08:33:37 +0000 Subject: [PATCH] update readme --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9c26e92..9b3a411 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +# Dev Setup + +``` +git clone ... +cd link-stack +cd docker/zammad +make build +cd ../../ +npm install +turbo build +turbo dev +``` + # Notes * Turbo https://turbo.build/repo @@ -11,9 +24,8 @@ npm ls --production --depth 1 -json | jq -r '.dependencies[].resolved' npm install --workspace=metamigo-common ``` -## Todo +### Run a task in a specific project -* Move the following to be internal packages. - - [ ] @digiresilence/montar - - [ ] @digiresilience/hapi-nextauth - - [ ] @digiresilience/hapi-pg-promise \ No newline at end of file +``` +turbo run build --filter metamigo-cli +``` \ No newline at end of file