rachelnabors / sonarwhal.com

sonar's website

Home Page:https://sonarwhal.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Note: Our builder uses async arrow functions as well as other ES2017 features so please ensure you are using Node.js v8.x or higher.

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

To know more about the internals of the site please read the server documentation.

Code of Conduct

This project adheres to the JS Foundation's code of conduct.

By participating in this project you agree to abide by its terms.

License

The code is available under the Apache 2.0 license.

About

sonar's website

https://sonarwhal.com/

License:Apache License 2.0


Languages

Language:JavaScript 45.6%Language:CSS 30.7%Language:HTML 23.7%