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!
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.
Participation in the Kubesimplify community is governed by the CNCF Code of Conduct.