Skip to content

tabi-memo/frontend

Repository files navigation

Frontend repository for Tabi-memo

Command

Run development

pnpm dev

Run Supabase local

  • move to backend repository, and then run supabase start
supabase start
supabase stop

Install dependencies

pnpm install

Run lint

pnpm lint

Run format

pnpm format:fix

Run storybook

pnpm storybook

Run graphql-codegen

pnpm codegen

URL

Development

http://localhost:3000

Storybook

http://localhost:6006