Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

oracle/helidon-site

latest version follow on Twitter

Helidon Site

This project contains the sources for the helidon.io website.

Build

You will need Java 9 and Maven 3.5 or newer.

Full build

$ mvn install

Copyright

# Cd to the component you want to check
$ mvn validate  -Pcopyright

Dev build

While the site can be built with Maven, it is only wrapping the underlying NPM production build. It is more convenient to use npm directly when making changes to the site.

The site is bundled with webpack which supports incremental builds. You can start the development server with the following command and simply edit files with your editor of choice.

npm run dev

The site is served at http://localhost:8080.