Skip to content

tjquinno/helidon-site

 
 

Repository files navigation

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:https://localhost:8080.

Releases

No releases published

Packages

No packages published

Languages

  • Vue 68.9%
  • JavaScript 16.0%
  • Shell 9.6%
  • Mustache 3.9%
  • HTML 1.6%