寿司が好きなコンピューターは何て言うか知ってる?
「データ巻き」ってね。
frontend: a Remix frontendsolver: a Hono solvermock-server: a Hono mock server@data-maki/algorithm: Main algorithm implementation@data-maki/schemas: Typia schemas used throughout the monorepo@data-maki/biome-config:biomeconfigurations@data-maki/typescript-config:tsconfig.jsons used throughout the monorepo
Each package/app is 100% TypeScript.
To get started, clone the repository and install the dependencies:
bun install
- TypeScript for static type checking
- Biome for code linting and formatting
To build all apps and packages, run the following command:
bun build
To develop all apps and packages, run the following command:
bun dev
To lint all apps and packages, run the following command:
bun lint
To format all apps and packages, run the following command:
bun format