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