Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.28 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.28 KB

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.