Skip to content

[suggestion]: add Makefile for Simplified Web UI Startup #408

@7h3-3mp7y-m4n

Description

@7h3-3mp7y-m4n

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.go

To improve the developer experience, we can add a Makefile with a simple target like:

make run

which does something like this

run:
	cd web-ui && go run main.go

Optionally, 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions