update readme
This commit is contained in:
parent
2f034291b7
commit
628b6b22c1
1 changed files with 17 additions and 5 deletions
22
README.md
22
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
|
||||
```
|
||||
turbo run build --filter metamigo-cli
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue