Giter VIP home page Giter VIP 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

avineshtripathi avatar sanyamjain04 avatar verma-kunal avatar bhavyastar avatar mkgupta01 avatar bishal7679 avatar shivam-sharma7 avatar krisharyan avatar dipankardas011 avatar yogeshsumman avatar saiyam1814 avatar rakshitgondwal avatar superaayush avatar anubha-v-ardhan avatar code-hyker avatar shaggyyy2002 avatar octonawish-akcodes avatar rajpatelbot avatar adithya-sr avatar anirudhbot avatar anuragthepathak avatar digambar-t7 avatar jai-solania-29 avatar lavakush07 avatar nawaz027 avatar omaximani0 avatar omkarborhade98 avatar rounak-28 avatar bluzeey avatar santosh1176 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.