# learn_gulux_sourcecode **Repository Path**: gengwenhao/learn_gulux_sourcecode ## Basic Information - **Project Name**: learn_gulux_sourcecode - **Description**: learn_gulux_sourcecode - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-13 - **Last Updated**: 2026-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GuluX [English Version](./README.en.md) 字节跳动的次世代 Node.js 开发框架 ## 开发步骤 1. 安装 rush 和 pnpm ```bash npm install -g @microsoft/rush@5 ``` 2. 安装依赖 ```bash rush install ``` 3. build 项目 ```bash rush build // or rush rebuild ``` 4. lint ```bash rush lint ``` ## 样例体验 https://code.byted.org/nodejs/gulux-example