This project contains the sources for the helidon.io website.
You will need Java 9 and Maven 3.5 or newer.
Full build
$ mvn installCopyright
# Cd to the component you want to check
$ mvn validate -PcopyrightWhile 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 devThe site is served at http://localhost:8080.
