| commit | adaa44a0d9b64e00560bbd8b941244ceff33ef37 | [log] [tgz] |
|---|---|---|
| author | Rohan Kumar <rohaan@redhat.com> | Wed Feb 26 12:23:29 2020 +0530 |
| committer | Rohan Kumar <rohaan@redhat.com> | Wed Feb 26 12:23:29 2020 +0530 |
| tree | 5f89558d3827a31e60aaefffbb6cbb134f2f7265 | |
| parent | 1a47baa7a72fa01b85956c9ec65c1352976637e9 [diff] |
Updated Documentation
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 gets statically generated from https://github.com/eclipse/jkube asciidoc.