Skip to content

xiaods/conflux-developer-site

 
 

Repository files navigation

Conflux Developer Website

This website is built using Docusaurus 2, a modern static website generator. It supports retrieving docs from any repository and deploys to developer.conflux-chain.org.

To submit a repository, please read the doc here.

Installation

$ yarn REINIT
$ yarn

Note: the yarn REINIT command will run a shell script that clears any uncommitted changes under this directory including all submodules in docs folder. It will set everything to the same state as your origin/master.

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Contributing

Want to contribute to Conflux developer site? Awesome! You can find information about contributing to this project in issues

If you don't know how to make your first contributing, please reference here: First Contributions

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.0%
  • Shell 10.6%
  • CSS 8.1%
  • HTML 0.3%