fix: add Makefile local setup commands - #4454
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @pratik-naik003. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
🚫 This command cannot be processed. Only organization members or owners can use the commands. |
|
/assign @pratik-naik003 |
Signed-off-by: pratik naik <naikp0241@gmail.com>
cfb364f to
9c60bd9
Compare
Description of Changes
This PR adds a root
Makefilewith simple local development commands for the website:make setupto initialize the Docsy submodule and install Node dependenciesmake serveto start the local Hugo servermake buildto build the siteIt also updates the README local setup instructions to use these
makecommands instead of the longer manual sequence.This improves the contributor experience and makes the local setup flow easier to follow.
Related Issues
Closes: #4453
Checklist