Setting Up the Documentation Locally
Install Node Version Manager.
Download a version greater than or equal to
16.16.0
:nvm install 16.16.0
nvm use 16.16.0Install all dependencies inside the website directory:
npm install
Start the development server:
npx docusaurus start