mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-21 00:33:29 +00:00
32 lines
500 B
Markdown
32 lines
500 B
Markdown
# KubeVela Website
|
|
[kubevela.io](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/](http://127.0.0.1:3000/).
|
|
|
|
- Push your commit
|
|
|
|
Thanks for your contribution!
|