An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




Shows an illustrated light mode kubesimplify logo in light color mode and a dark mode kubesimplify logo dark color mode.













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