Files
kubevela/docs/README.md
Jianbo Sun 30f30d9c93 update to the website (#1259)
* add more info into readme

* update readme to add more details
2021-03-23 12:04:00 +08:00

545 B

KubeVela Website

This is the source of the website https://kubevela.io.

Contributing

  • Fork and clone

    $ git clone git@github.com:oam-dev/kubevela.git
    $ cd kubevela/docs
    
  • Install docsify-cli

    $ npm i docsify-cli -g
    
  • Make your changes

  • Local preview

    $ docsify serve
    Serving /xxx/kubevela.io now.
    Listening at http://localhost:3000
    

    Preview your changes at http://127.0.0.1:3000/.

  • Push your commit

    Thanks for your contributions!