Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samuraikun committed Nov 26, 2023
1 parent 047d816 commit 1e866e6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Run development
pnpm dev
```

Run Supabase local

- move to backend repository, and then run `supabase start`

```bash
supabase start
supabase stop
```

Install dependencies

```bash
Expand All @@ -32,6 +41,12 @@ Run storybook
pnpm storybook
```

Run graphql-codegen

```bash
pnpm codegen
```



## URL
Expand Down

0 comments on commit 1e866e6

Please sign in to comment.