Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ro0t-set authored Dec 10, 2023
1 parent e8a76ef commit 59c6698
Showing 1 changed file with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,31 @@ To get a local copy up and running follow these simple steps.

### Installation

1. Clone the repo

```sh
git clone [email protected]:zucchero-sintattico/piperchat.git
```

2. Install NPM packages

```sh
npm install
```

3. Run the backend with the bash script

```sh
./deploy.sh
```

4. Run the frontend

```sh
npm run -w services/frontend dev
```
1. **Clone the Repository:**
```sh
$ git clone https://github.com/zucchero-sintattico/piperchat.git
```

2. **Install Dependencies:**
```sh
$ npm i
```

3. **Copy Environment Variables:**
```sh
$ cp .env.template .env
```

4. **Deploy the Architecture (including Image Build):**
```sh
$ ./cleanDeploy.sh
```

5. **Subsequent Deployments (Preserving Volumes and Images):**
```sh
$ ./deploy.sh
```

<!-- CONTRIBUTING -->

Expand Down

0 comments on commit 59c6698

Please sign in to comment.