# mc-calc **Repository Path**: FairySunny/mc-calc ## Basic Information - **Project Name**: mc-calc - **Description**: 简易MC合成计算器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-08 - **Last Updated**: 2023-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mc-calc mc-calc: 简易MC合成计算器(不支持取整、副产物). ## Installing ```bash pnpm i ``` ## Developing Start a development server: ```bash pnpm dev ``` ## Building Static site generation (SSG): ```bash pnpm build ``` Pages will be generated to `build`.