# seahorse **Repository Path**: littlefishcode/seahorse ## Basic Information - **Project Name**: seahorse - **Description**: 针对Voron2.4机型的采购、校准、故障处理 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 5 - **Created**: 2023-01-18 - **Last Updated**: 2025-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # seahorse 我叫小鱼儿,是一个学生,这是我第二个3D打印机制作的过程, 我把它做成了一个网站,可以[直接访问](https://seahorse.littlefish.love/)。 ![](./public/home.jpg) 也可以按照下面的内容,下载源代码,在本地运行。 ## Getting Started Install dependencies, ```bash $ npm i ``` Start the dev server, ```bash $ npm start ``` Build documentation, ```bash $ npm run docs:build ``` Run test, ```bash $ npm test ``` Build library via `father`, ```bash $ npm run build ```