# doc **Repository Path**: shy_dragon/doc ## Basic Information - **Project Name**: doc - **Description**: rk3588s文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-07 - **Last Updated**: 2023-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Radxa Documentation ## Build ```bash yarn install yarn build ``` ## Serve locally ```bash yarn start yarn start --locale en # If you want to start 2 locales side-by-side, use the following command on Linux: # https://github.com/facebook/docusaurus/issues/7377#issuecomment-1167192715 yarn start & DOCUSAURUS_GENERATED_FILES_DIR_NAME=.docusaurus/en yarn start --locale en --port 3001 kill %1 ``` ## Upgrade dependencies to the latest release ```bash yarn upgrade ```