https://github.com/kubearmor/kubearmor.io
Official repository for KubeArmor website.
https://github.com/kubearmor/kubearmor.io
cncf cncf-project docusaurus javascript kubearmor kubernetes policy react website
Last synced: 27 days ago
JSON representation
Official repository for KubeArmor website.
- Host: GitHub
- URL: https://github.com/kubearmor/kubearmor.io
- Owner: kubearmor
- Created: 2023-09-08T06:06:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T12:56:28.000Z (4 months ago)
- Last Synced: 2025-05-07T21:55:58.571Z (27 days ago)
- Topics: cncf, cncf-project, docusaurus, javascript, kubearmor, kubernetes, policy, react, website
- Language: JavaScript
- Homepage: https://kubearmor.io/
- Size: 12 MB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.