meshery / play

Cloud Native Playground for Kubernetes and all CNCF projects
https://play.meshery.io
Apache License 2.0
98 stars 98 forks source link

[Docs] Add project setup guidelines with commands in `contributing.md` #30

Closed Chadha93 closed 1 year ago

Chadha93 commented 1 year ago

Current State

The contributing.md is missing project setup command instructions.

Desired State

Add project setup guidelines with commands in contributing.md Refer to the Makefile to get setup commands.


Contributor Guides and Resources

HM-8 commented 1 year ago

Hi @Chadha93. Interested in working on this issue. Would love to get some guidance.

leecalcote commented 1 year ago

@HM-8, after you familiarize with the make targets to build this site, please add a few instructions on how to build the site for other contributors. Here is a reference - https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md

HM-8 commented 1 year ago

Okay @leecalcote. I'll get on it. Thanks for the reference.