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 and manuandru committed Dec 10, 2023
1 parent e8a76ef commit 161bb53
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,34 @@ To get a local copy up and running follow these simple steps.

### Installation

1. Clone the repo
1. **Clone the Repository:**

```sh
git clone git@github.com:zucchero-sintattico/piperchat.git
```
```sh
$ git clone https://github.com/zucchero-sintattico/piperchat.git
```

2. Install NPM packages
2. **Install Dependencies:**

```sh
npm install
```
```sh
$ npm i
```

3. Run the backend with the bash script
3. **Copy Environment Variables:**

```sh
./deploy.sh
```
```sh
$ cp .env.template .env
```

4. Run the frontend
4. **Deploy the Architecture (including Image Build):**

```sh
npm run -w services/frontend dev
```
```sh
$ ./cleanDeploy.sh
```

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

<!-- CONTRIBUTING -->

Expand Down

0 comments on commit 161bb53

Please sign in to comment.