# oinone-frontend-tutorials **Repository Path**: oinone/oinone-frontend-tutorials ## Basic Information - **Project Name**: oinone-frontend-tutorials - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: feat/7.2.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 4 - **Created**: 2025-05-16 - **Last Updated**: 2026-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quick Start ## development environment - branch: main or feat/7.2.0 - node: v22.13.0+ - npm: 10.9.2+ - lerna: 9.0.3+ - rimraf: 6.1.2+ ## initialize development environment ``` shell brew install nvm nvm install 22.13.0 nvm use 22.13.0 nvm alias default 22.13.0 npm install -g lerna@9.0.3 rimraf@6.1.2 ``` ## develop application ``` shell npm install && npm run dev ``` ## production build ``` shell npm run build ``` ## Oinone Tutorials - [🫆研发手册 (中文)](https://guide.oinone.top/zh-cn/DevManual/Tutorials/) - [🫆Development Manual (English)](https://guide.oinone.top/en/DevManual/Tutorials/)