/colne

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

Primary LanguageTypeScript

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

# Testing
$ yarn cypress