add FE source

This commit is contained in:
2024-05-13 03:16:06 +00:00
parent a7e31b8ca9
commit 4a4d8e762c
44 changed files with 3727 additions and 0 deletions

View File

@ -20,3 +20,8 @@ tasks:
desc: runs the backend server
cmds:
- poetry run python fuware/app.py
ui:dev:
desc: runs the frontend server
dir: fuware-fe
cmds:
- pnpm dev