-
Notifications
You must be signed in to change notification settings - Fork 104
Enhance Makefile for Cilium website development and Docker workflow #772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: GitHub Action <[email protected]>
👷 Deploy Preview for cilium processing.
|
✅ Deploy Preview for cilium ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@yashisrani You should add a corresponding note in the README on how to use the makefile. |
Signed-off-by: GitHub Action <[email protected]>
in the getting started section of README, add a note that says something along the lines of: "There's a makefile with all the dev commands, you can set the project using |
@paularah Do you want me to also remove the raw npm commands (to avoid duplication), or should we keep both for flexibility? |
Keep both. I'll add a small sidenote for the dev commands. |
Signed-off-by: Yash Israni <[email protected]>
Thanks for the PR! |
fix: #773
Description:
This PR improves the Makefile for the Cilium website by:
These changes simplify contributor setup, reduce CPU load during development, and standardize Docker workflows.
How to use: