Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunny0826/pod-lens.github.io
Kubectl Pod Lens website
https://github.com/sunny0826/pod-lens.github.io
Last synced: 7 days ago
JSON representation
Kubectl Pod Lens website
- Host: GitHub
- URL: https://github.com/sunny0826/pod-lens.github.io
- Owner: sunny0826
- Created: 2021-03-18T05:25:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T06:00:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T04:47:11.002Z (2 months ago)
- Language: JavaScript
- Homepage: https://pod-lens.guoxudong.io/
- Size: 1.84 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubectl Pod LensWebsite
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
[![Netlify Status](https://api.netlify.com/api/v1/badges/4e958759-6e9e-4c87-be89-4cb60e3036a0/deploy-status)](https://app.netlify.com/sites/kubectl-pod-lens/deploys)
## Installation
```console
yarn install
```## Local Development
```console
yarn start
```This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
## Build
```console
yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
```console
GIT_USER= USE_SSH=true 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.