diff --git a/docs/client.md b/docs/client.md index a6a56da..3b1720d 100644 --- a/docs/client.md +++ b/docs/client.md @@ -4,24 +4,30 @@ This component contains the frontend service of the **PicsSmart** application. T ## Deploying -### Clone the repository +### Run in development mode + +#### Clone the repository ```bash git clone https://github.com/PicsSmart/picssmart-client.git ``` -### Prerequisites +#### Prerequisites - Node -### Install the dependencies +#### Install the dependencies ```bash npm install ``` -### How to run the application +#### Run the application ```bash npm run dev -``` \ No newline at end of file +``` + +### Install the application + +- In here there are two options. You can either build from scratch or install the `.deb` from the latest release in the [picssmart-core](https://github.com/PicsSmart/picssmart-core.git) repository. \ No newline at end of file diff --git a/docs/images/app_level_archi_diag.png b/docs/images/app_level_archi_diag.png index da8cfb4..cc2c0d9 100644 Binary files a/docs/images/app_level_archi_diag.png and b/docs/images/app_level_archi_diag.png differ