https://github.com/kubesimplify/website
This is the official website of Kubesimplify
https://github.com/kubesimplify/website
Last synced: 10 months ago
JSON representation
This is the official website of Kubesimplify
- Host: GitHub
- URL: https://github.com/kubesimplify/website
- Owner: kubesimplify
- License: mit
- Created: 2022-03-27T15:51:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T12:14:13.000Z (11 months ago)
- Last Synced: 2025-03-29T22:03:58.065Z (10 months ago)
- Language: JavaScript
- Homepage: https://kubesimplify.com
- Size: 21.3 MB
- Stars: 55
- Watchers: 2
- Forks: 80
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
If you like Kubesimplify, please ★ this repository to show your support! 🤩
This repository contains the assets required to build the Kubesimplify website and documentation. We're glad that you want to contribute!
Contributing Guidelines:
We're a warm and welcoming community of open source contributors. Please join. All types of contributions are welcome. Be sure to read the Kubesimplify CONTRIBUTING.md for a tour of resources available to you and how to get started.
This is the source code of the official [Kubesimplify's website](https://kubesimplify.github.io/website/).
For new developers getting started, here are some instructions to follow:
Fork the repo by clicking the fork button. This will clone the repo in your account, changes done here will be shown in the main repo.
Clone the repo to your local device:
```bash
git clone https://github.com/kubesimplify/website.git
cd website
```
## Local Runner
Install dependencies:
```bash
$ npm install
```
To run the website on your computer:
```bash
$ npm start
```
## Docker based Runner
```sh
# Production environment
docker build --target=prod -t kubesimplify:website . --no-cache
docker run --rm -d -p 3000:3000 kubesimplify:website
# Dev testing environment
docker build --target=dev -t kubesimplify:website . --no-cache
docker run --rm -it -v $(pwd):/app -p 3000:3000 kubesimplify:website sh
```
And then open up your web browser and go to [localhost:3000](http://localhost:3000).
---
Code under MIT License, assets may not be re-used or re-distributed.
Kubesimplify, 2022. MIT License.
[Docusaurus]: https://docusaurus.io/
[Kubesimplfy theme]: https://github.com/kubesimplify/branding