Skip to content

Commit

Permalink
Updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BanulaKumarage committed May 6, 2024
1 parent c2c7fc3 commit cfd785d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```

### 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.
Binary file modified docs/images/app_level_archi_diag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cfd785d

Please sign in to comment.