yarn install
- Login to medusa https://medusa.codes/
- Generate Read/Write Tokens and save https://app.medusa.codes/settings
- Copy Read/Write Tokens and add them to
.env
in the root of this directory. - Run a build with pnpm run start, then go check medusa.
- If you want to test out version management, change something in
dsl
and runyarn build && yarn serve
again - you will now be able to control what remote/app uses what version at runtime
Run yarn build && yarn serve
- Home is on localhost:3001
- DSL is on localhost:3002
- Nav is on localhost:3003
- Search is on localhost:3004
- Utils is on localhost:3005
Notice that app1
will asynchronously load app2
's button and vice versa.