Source files for kie.org.
-
Download and install a version of Java 8+
-
Download and install a recent version node and npm
-
Execute
yarn install
-
To build the site:
yarn build
-
To work and continuously watch files:
yarn start
-
The site will be available at http://localhost:8820/
-