# uniffle-website **Repository Path**: mirrors_apache/uniffle-website ## Basic Information - **Project Name**: uniffle-website - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-11 - **Last Updated**: 2025-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uniffle-website local startup ```shell npm start ``` If you want to start with i18n, e.g. switch to zh-cn, you can use the following command: ```shell npm start -- --locale zh-CN ```