Skip to content

26tanishabanik/kubeslice-docs

 
 

Repository files navigation

Kubeslice Documentation

This project repository contains the documentation for Kubeslice. We are so glad that you want to contribute!

Prerequisites

To use this website, you need

Installation

1. Fork the repository

Go to the project repository on Github and click on Fork button. On this forked copy you can try new ideas.

2. Clone the project

Get the link of your forked repository and clone the repository using git clone.

$ git clone https://github.com/<Github-Username>/<Forked-repo-name>.git

3. Change the directory

Navigate to the directory that contains the project.

$ cd <Forked-repo-name>

4. Install the node modules

$ npm install

This command installs all the dependencies of the project in the local node_modules folder.

Local Development

$ npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

About

docs: Repository for OSS Docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • SCSS 16.9%
  • CSS 7.8%
  • Dockerfile 1.7%