-
-
Notifications
You must be signed in to change notification settings - Fork 748
Open
Description
Feature Request: Add Makefile for Easier Project Startup
Description
Currently, to run the Web UI, users must manually switch directories and run:
cd web-ui
go run main.goTo improve the developer experience, we can add a Makefile with a simple target like:
make runwhich does something like this
run:
cd web-ui && go run main.goOptionally, we can expand this later with additional targets for testing, setup, etc.
Benefits
-
Faster project startup
-
No need to manually switch directories
-
Cleaner and more intuitive workflow
-
Easier for newcomers and contributors
-
Works well in both local and Codespaces environments
Metadata
Metadata
Assignees
Labels
No labels