/website

Hawtio Website

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Hawtio website

https://hawt.io

This website is built with Gatsby. For more info on Gatsby, refer to the Gatsby documentation.

Prerequisites

You must have the following tools installed:

Develop

To develop and test the website locally, install dependencies for the project:

yarn install

Then run this command to develop:

yarn develop

The website will be available at http://localhost:8000/. You can also utilise GraphiQL console at http://localhost:8000/___graphql.

Publish

This command will rebuild the website under docs/:

yarn deploy

Then commit the changes to main branch to publish the website:

git add docs/
git commit -m 'chore: deploy website'
git push origin main