Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.42 KB

The source code for Kubesimplify.com

This repository contains the assets required to build the Kubesimplify website and documentation. We're glad that you want to contribute!

Contributing Guidelines:

Kubesimplfy's new website. This codebase is what runs on Kubesimplify.

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:

   git clone https://kubesimplify.github.io/website/ 
   cd website

Install dependencies:

    $ npm install 

To run the website on your computer:

    $ npm start

And then open up your web browser and go to localhost:3000.

Code of conduct

Participation in the Kubesimplify community is governed by the CNCF Code of Conduct.


Code under MIT License, assets may not be re-used or re-distributed.
Kubesimplify, 2022. MIT License.