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

oracle/helidon-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb99964 · Nov 5, 2021
Dec 10, 2018
May 5, 2021
May 27, 2020
Nov 4, 2020
Jul 29, 2020
Sep 7, 2018
Sep 7, 2018
Sep 7, 2018
Oct 3, 2018
Sep 7, 2018
Apr 1, 2020
Sep 7, 2018
Jun 25, 2020
May 27, 2020
May 17, 2021
Apr 16, 2020
Nov 5, 2021

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.