Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 347 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 347 Bytes

colne is a cheki management application frontend made with Next.js and TypeScript.

Backend

The backend is here.

Development

# Development
$ yarn dev

# Storybook
$ yarn storybook

# Build
$ yarn build

# Build GraphQL files
$ yarn codegen

# Lint
$ yarn lint

# Type check
$ yarn typecheck