Code Monkey home page Code Monkey logo

kubesimplify-website's Introduction

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.

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://github.com/kubesimplify/website.git 
   cd website

Local Runner

Install dependencies:

    $ npm install 

To run the website on your computer:

    $ npm start

Docker based Runner

# 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.


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

kubesimplify-website's People

Contributors

adithya-sr avatar anubha-v-ardhan avatar anuragthepathak avatar avineshtripathi avatar bhavyastar avatar bishal7679 avatar bluzeey avatar code-hyker avatar dipankardas011 avatar hamees-sayed avatar jai-solania-29 avatar krisharyan avatar lavakush07 avatar mkgupta01 avatar nawaz027 avatar octonawish-akcodes avatar omaximani0 avatar omkarborhade98 avatar rakshitgondwal avatar rounak-28 avatar saiyam1814 avatar santosh1176 avatar sanyamjain04 avatar shaggyyy2002 avatar shivam-sharma7 avatar souravsk avatar superaayush avatar thangamariappan19 avatar verma-kunal avatar yogeshsumman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.