Metamigo -> Bridge
This commit is contained in:
parent
242f3cf6b8
commit
a445762a37
145 changed files with 396 additions and 16668 deletions
24
README.md
24
README.md
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
Local dev with docker-compose
|
||||
|
||||
* Create `link-stack/.env` from Bitwarden `.env for root of link-stack`
|
||||
* Run local dev with docker-compose:
|
||||
- Create `link-stack/.env` from Bitwarden `.env for root of link-stack`
|
||||
- Run local dev with docker-compose:
|
||||
```
|
||||
git clone ...
|
||||
cd link-stack
|
||||
|
|
@ -14,23 +14,23 @@ Local dev with docker-compose
|
|||
|
||||
Or for local dev of a single app
|
||||
|
||||
* Create `link-stack/apps/link/.env.local` from Bitwarden `.env.local for link-stack/apps/link`
|
||||
* Create `link-stack/apps/metamigo-frontend/.metamigo.local.json` from Bitwarden `.metamigo.local.json for link-stack/apps/metamigo/frontend`
|
||||
* Build locally for development:
|
||||
- Create `link-stack/apps/link/.env.local` from Bitwarden `.env.local for link-stack/apps/link`
|
||||
- Create `link-stack/apps/bridge-frontend/.bridge.local.json` from Bitwarden `.bridge.local.json for link-stack/apps/bridge/frontend`
|
||||
- Build locally for development:
|
||||
```
|
||||
npm install
|
||||
make dev-metamigo # this starts the containers
|
||||
make dev-bridge # this starts the containers
|
||||
npm run migrate # this migrates the db
|
||||
npm run dev:metamigo # this runs metamigo frontend and api
|
||||
npm run dev:bridge # this runs bridge frontend and api
|
||||
```
|
||||
|
||||
# TODO
|
||||
|
||||
- [ ] 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
|
||||
- [ ] Complete react-admin upgrade.. make all the bridge-frontend stuff work
|
||||
- https://marmelab.com/react-admin/Upgrade.html#no-more-prop-injection-in-page-components
|
||||
- [ ] Get bridge-worker working
|
||||
- [ ] Migrate off mui/styles
|
||||
* https://mui.com/material-ui/migration/v5-style-changes/
|
||||
* the codemods might help us?
|
||||
- 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