https://github.com/cloudwego/cloudwego.github.io
Website for CloudWeGo
https://github.com/cloudwego/cloudwego.github.io
Last synced: 9 months ago
JSON representation
Website for CloudWeGo
- Host: GitHub
- URL: https://github.com/cloudwego/cloudwego.github.io
- Owner: cloudwego
- License: apache-2.0
- Created: 2021-08-03T09:23:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T06:28:35.000Z (over 1 year ago)
- Last Synced: 2024-04-10T07:42:07.013Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.cloudwego.io
- Size: 377 MB
- Stars: 123
- Watchers: 16
- Forks: 231
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CloudWeGo
The CloudWeGo site is currently built with [Hugo](https://gohugo.io/).
For CN users, please visit : [cloudwego.cn](https://www.cloudwego.cn/zh) ;
For Non-CN users, please visit: [cloudwego.io](https://www.cloudwego.io/)
## Prerequisites
The following are basic prerequisites for developing this project:
- The npm command is installed locally. Get npm packages and other prerequisites:
```shell
npm install
```
- Install a recent release of the Hugo "extended" version. If you install from
the [Hugo release page](https://github.com/gohugoio/hugo/releases), make sure
you download the `_extended` version which supports SCSS.
> If you have installed the latest version of go, you can install directly by command `go install -tags extended github.com/gohugoio/hugo@latest`
## Preview
```sh
hugo server -D
```
## Contributing 
Please read [CONTRIBUTING.md](https://github.com/cloudwego/cloudwego.github.io/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
See also the list of [contributors](https://github.com/cloudwego/cloudwego.github.io/graphs/contributors) who participated in this project.
## License 
This project is licensed under the Apache License 2.0 - see the [LICENSE.md](https://github.com/cloudwego/cloudwego.github.io/blob/master/LICENSE) file for details
This project is overridden from [docsy](http://github.com/google/docsy), and we're not tracking changes to the docsy base file.
## Credits
The [cloudwego.io](https://www.cloudwego.io/) website is deployed on [Vercel](https://vercel.com/?utm_source=CloudWeGo&utm_campaign=oss).
