Skip to content

Urjaswi-2655/jkube-website

 
 

Repository files navigation

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.

About

Website for Eclipse JKube

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 59.9%
  • JavaScript 32.1%
  • Shell 4.6%
  • PHP 3.4%