Skip to content

qzhou1607-zz/sonarwhal.com

 
 

Repository files navigation

sonar website

Build Status Greenkeeper badge

This is the code for sonar's website. Most of the documentation though is in the main sonar repo.

Getting started

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

License

The code is available under the Apache 2.0 license.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%