Skip to content

waves-rust/docs.wavesplatform

 
 

Repository files navigation

  1. Install nodejs and npm.

  2. Install yarn.

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.8%
  • Dockerfile 49.2%