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