This project repository contains the documentation for Kubeslice. We are so glad that you want to contribute!
To use this website, you need
Go to the project repository on Github and click on Fork button. On this forked copy you can try new ideas.
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
Navigate to the directory that contains the project.
$ cd <Forked-repo-name>
$ npm install
This command installs all the dependencies of the project in the local node_modules folder.
$ 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.
$ npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.