Skip to content

Commit

Permalink
docs: move configuration before installation section in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjei committed Jan 25, 2024
1 parent 0e1a2ca commit 2dc5e9f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,20 +168,6 @@ Please see the latest [documentation](https://pse-team.notion.site/Bandada-82d0d
<tbody>
</table>

## 🛠 Installation

Clone this repository:

```bash
git clone https://github.com/privacy-scaling-explorations/bandada.git
```

and install the dependencies:

```bash
cd bandada && yarn
```

## 🔧 Configuration

### Prerequisities
Expand All @@ -204,6 +190,20 @@ The applications will be deployed at the following URLs without any changes to t
| Bandada Dashboard | http://localhost:3001 | https://bandada.pse.dev | https://staging.bandada.pse.dev |
| Bandada Client App | http://localhost:3002 | https://client.bandada.pse.dev | https://client-staging.bandada.pse.dev |

## 🛠 Installation

Clone this repository:

```bash
git clone https://github.com/privacy-scaling-explorations/bandada.git
```

and install the dependencies:

```bash
cd bandada && yarn
```

## 📜 Usage

To build the applications, libraries and compile the contracts, run the following command:
Expand Down

0 comments on commit 2dc5e9f

Please sign in to comment.