update readme

This commit is contained in:
Abel Luck 2023-06-02 08:33:37 +00:00
parent 2f034291b7
commit 628b6b22c1

View file

@ -1,3 +1,16 @@
# Dev Setup
```
git clone ...
cd link-stack
cd docker/zammad
make build
cd ../../
npm install
turbo build
turbo dev
```
# Notes # Notes
* Turbo https://turbo.build/repo * Turbo https://turbo.build/repo
@ -11,9 +24,8 @@ npm ls --production --depth 1 -json | jq -r '.dependencies[].resolved'
npm install --workspace=metamigo-common npm install --workspace=metamigo-common
``` ```
## Todo ### Run a task in a specific project
* Move the following to be internal packages. ```
- [ ] @digiresilence/montar turbo run build --filter metamigo-cli
- [ ] @digiresilience/hapi-nextauth ```
- [ ] @digiresilience/hapi-pg-promise