# 墨干官网 **Repository Path**: MoganLab/app.mogan ## Basic Information - **Project Name**: 墨干官网 - **Description**: 这是mogan官网仓库 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-17 - **Last Updated**: 2026-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## mogan.app website generator by vitepress ### How to build assume cwd is MOGAN_ROOT - before build ```shell yarn install ``` - build webiste ```shell bin/build_website ``` - preview website ``` bin/preview_website ``` - after build ```shell cp CNAME website rm website/README.html ``` add wasm version (optional) ```shell cd website git clone https://github.com/Yufeng-shen/Yufeng-Shen.github.io.git wasm rm -rf wasm/.git ```