move selfservice tables to medreport schema
add base medusa store frontend
This commit is contained in:
@@ -39,6 +39,8 @@ pnpm clean
|
||||
pnpm i
|
||||
```
|
||||
|
||||
if you get missing dependency error do `pnpm i --force`
|
||||
|
||||
## Adding new dependency
|
||||
|
||||
```bash
|
||||
@@ -70,3 +72,9 @@ To update database types run:
|
||||
```bash
|
||||
npm run supabase:typegen:app
|
||||
```
|
||||
|
||||
## Medusa store
|
||||
|
||||
To get medusa store working you need to update the env's to your running medusa app and migrate the tables from medusa project to your supabase project
|
||||
|
||||
You can get `NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY` from your medusa app settings
|
||||
|
||||
Reference in New Issue
Block a user