Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.7 KB

File metadata and controls

37 lines (23 loc) · 1.7 KB

Contributing Guide

The sources of this tutorial docs is split across multiple repositories:

Running site in development mode

To run the site in development mode you need to have yarn or npm installed with nodejs v12.x or above.

After cloning the repositories, you can run the yarn install or npm install from the knative-tutorial repository to install needed nodejs packages.

Start the development site using yarn run dev or npm run dev command, this should open a local development site in http://localhost:3000.

Making any changes to your local repositories above cloned earlier, will be automatically built and the development site gets reloaded automatically.

Send your contribution

Now you are all set,

We try to follow the Git commit messages using http://karma-runner.github.io/4.0/dev/git-commit-msg.html and thats not a hard rule ;)