# docs **Repository Path**: luo-dahui/docs ## Basic Information - **Project Name**: docs - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-26 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

πŸ‘‹ Welcome to PlatON Documentation!

This is the repo for the [devdocs.platon.network/docs](https://devdocs.platon.network/docs) website, a resource for the PlatON community. The purpose of the site is to be the best documentation portal to PlatON for our growing global community. # Running Locally ## Clone the Repo ``` git clone https://github.com/PlatONnetwork/docs.git && \ cd docs && \ cd website ``` ## Install dependencies Install [yarn](https://yarnpkg.com/en/). In `website` folder: ``` yarn install ``` ## Preview the site In `website` folder: ``` yarn start # English yarn start:zh # δΈ­ζ–‡ ``` Then you should be able to preview the website at `http://localhost:3000/` in your browser.