colne
is a cheki management application frontend made with Next.js and TypeScript.
The backend is here.
# Development
$ yarn dev
# Storybook
$ yarn storybook
# Build
$ yarn build
# Build GraphQL files
$ yarn codegen
# Lint
$ yarn lint
# Type check
$ yarn typecheck