diff --git a/web/README.md b/web/README.md new file mode 100644 index 000000000..b1afaed3d --- /dev/null +++ b/web/README.md @@ -0,0 +1,23 @@ +## Install front-end dependencies + + ```bash + npm install + ``` + +## Launch front-end + + ```bash + npm run dev + ``` + + _The following output confirms a successful launch of the system:_ + + ![](https://github.com/user-attachments/assets/0daf462c-a24d-4496-a66f-92533534e187) + +## Shutdown front-end + + Ctrl + C or + + ```bash + kill -f "umi dev" + ``` \ No newline at end of file