CI: Website updated
69 files changed
tree: 721f34d5ab8f47f421214a7b6838da603a4a1b0b
  1. .github/
  2. plugins/
  3. scripts/
  4. src/
  5. .eslintrc
  6. .gitignore
  7. attributions.txt
  8. gatsby-config.js
  9. gatsby-node.js
  10. index.js
  11. index_for_custom_site.php
  12. package-lock.json
  13. package.json
  14. README.md
README.md

Eclipse JKube Website source

Developing

Requirements

  • NodeJS

Environment

Install required dependencies:

npm install

Run development mode:

npm start

Point your browser to http://localhost:8000 to see output (will be updated in real time)

Build website:

npm run build

Website transpiled code will be output to: ./public.

In order to deploy the site copy this directory contents into an HTTP server.

You can also use the provided index.js script to run a static web server and check that the build is ok.

./index.js
xdg-open http://localhost:8000/jkube

Documentation generation

Documentation gets statically generated from https://github.com/eclipse/jkube asciidoc.