README update
This commit is contained in:
parent
49650795df
commit
7a532769c8
1 changed files with 12 additions and 21 deletions
33
README.md
33
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?
|
||||
Loading…
Add table
Add a link
Reference in a new issue