This is the code for sonar's website. Most of the documentation though is in the main sonar repo.
Clone the project:
git clone https://github.com/sonarwhal/sonarwhal.com.git
Install dependencies:
npm install
Fetch remote content (e.g. documentation)
npm run update-content
Build the site:
npm run build
Run server:
npm start
The code is available under the Apache 2.0 license.