# 不积硅步无以至千里 **Repository Path**: nuox_ing/step-by-step ## Basic Information - **Project Name**: 不积硅步无以至千里 - **Description**: 不积硅步无以至千里,不积小流无以成江海 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-09 - **Last Updated**: 2023-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # step-by-step ## node v18.16.0 ## yarn yarn 源地址 ## Project Setup ```sh yarn install ``` ### Compile and Hot-Reload for Development ```sh yarn run dev ``` ### Type-Check, Compile and Minify for Production ```sh yarn run build ``` ### Run Unit Tests with [Vitest](https://vitest.dev/) ```sh yarn run test:unit ``` ### Lint with [ESLint](https://eslint.org/) ```sh yarn run lint ```