Skip to content

Seeking faster ways to open the frontend #1874

Closed
@chengr4

Description

@chengr4

Hi,
Every time I want to add a new component in the frontend and see the updates in the website, the only method I know now is:

  1. Add new components
  2. Manually run npm run build
  3. Manually run cargo build --bin site --release
  4. and Run the service
    which is lengthy and crazy.

I wonder if there's a way to quickly open just the frontend. Typically, we'd have something like npm run dev for this. But I did not see any here 🫠

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions