# incubator-uniffle-website **Repository Path**: mirrors_apache/incubator-uniffle-website ## Basic Information - **Project Name**: incubator-uniffle-website - **Description**: Apache Uniffle Website - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-26 - **Last Updated**: 2025-10-12 ## 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 ```