sudo npm i -g yarn
- Clone the repository.
git clone https://github.com/wavesplatform/docs.wavesplatform.git
- Change directory to
docs.wavesplatform
.
cd docs.wavesplatform
- Check out
develop
branch.
git checkout develop
- Install packages.
yarn
- Change directory to
docs
.
cd packages/docs
- Launch the website.
yarn dev