Building the Website & Docs
Prerequisite
Install Node.js and npm.
See the DigitalOcean guide for details.
I recommend using Node Version Manager (nvm):
How to install Node using nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
source ~/.bashrc
nvm list-remote
nvm install v24.5.0 # tested with this version, later may still work
nvm use v24.5.0
node -v # To verify it works
Now go to the website
directory and build the docs:
cd website
npm install
npm