# helidon-site
**Repository Path**: mirrors_oracle/helidon-site
## Basic Information
- **Project Name**: helidon-site
- **Description**: Helidon Site
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-18
- **Last Updated**: 2025-09-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 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**
```bash
$ mvn install
```
**Copyright**
```bash
# 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.
```bash
npm run dev
```
The site is served at http://localhost:8080.