PlatONnetwork / AppChain-Docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👋 Welcome to PlatON Documentation!

This is the repo for the 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. 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.

About


Languages

Language:JavaScript 57.3%Language:Solidity 22.1%Language:CSS 20.2%Language:Dockerfile 0.3%