https://github.com/platonnetwork/docs
https://github.com/platonnetwork/docs
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/platonnetwork/docs
- Owner: PlatONnetwork
- Created: 2020-05-06T06:49:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T07:06:20.000Z (9 months ago)
- Last Synced: 2025-04-08T08:21:36.331Z (9 months ago)
- Language: JavaScript
- Size: 268 MB
- Stars: 10
- Watchers: 4
- Forks: 53
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
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.