Closed
Description
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:
- Add new components
- Manually run
npm run build
- Manually run
cargo build --bin site --release
- 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
Labels
No labels