This repo is used for hosting documentation site for FedML.
If you want to modify the site, you will need to install docsify-cli
first.
npm i docsify-cli -g
Run the local server with docsify serve
. You can preview your site in your browser on http://localhost:3000.
docsify serve docs