README update

This commit is contained in:
Abel Luck 2023-06-07 12:32:27 +00:00
parent 49650795df
commit 7a532769c8

View file

@ -19,27 +19,18 @@ Or for local dev of a single app
* Build locally for development: * Build locally for development:
``` ```
npm install npm install
npm run migrate make dev-metamigo # this starts the containers
npm run dev:metamigo npm run migrate # this migrates the db
npm run dev:metamigo # this runs metamigo frontend and api
``` ```
# Notes # TODO
* Turbo https://turbo.build/repo - [ ] Delete old JWT config stuff
* Running dev in certain workspaces https://turbo.build/repo/docs/handbook/dev#running-dev-only-in-certain-workspaces - [ ] Consolidate config
* Linting https://turbo.build/repo/docs/handbook/linting - [ ] Complete react-admin upgrade.. make all the metamigo-frontend stuff work
* Internal packages https://turbo.build/repo/docs/handbook/sharing-code/internal-packages * https://marmelab.com/react-admin/Upgrade.html#no-more-prop-injection-in-page-components
- [ ] Get metamigo-worker working
``` - [ ] Migrate off mui/styles
npm i * https://mui.com/material-ui/migration/v5-style-changes/
npm ls --production --depth 1 -json | jq -r '.dependencies[].resolved' * the codemods might help us?
npm install --workspace=metamigo-common
```
### Run a task in a specific project
```
npm run migrate
npm run dev:metamigo
```