| commit | 1a47baa7a72fa01b85956c9ec65c1352976637e9 | [log] [tgz] |
|---|---|---|
| author | Rohan Kumar <rohaan@redhat.com> | Tue Feb 25 19:43:27 2020 +0530 |
| committer | Rohan Kumar <rohaan@redhat.com> | Tue Feb 25 19:43:27 2020 +0530 |
| tree | 721f34d5ab8f47f421214a7b6838da603a4a1b0b | |
| parent | 9f55f3875ce51f2c6c282e0ee0adb7bed896c8fc [diff] |
CI: Website updated
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.