Skip to content

Commit

Permalink
docs(frontend-guide): added version
Browse files Browse the repository at this point in the history
  • Loading branch information
Crisgarner authored and crisgarner committed Dec 5, 2024
1 parent a50ce43 commit 9b3a119
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/website/versioned_docs/version-v2.x/guides/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ Start by cloning the MACI Platform repo:
git clone https://github.com/privacy-scaling-explorations/maci-platform
```

Head to the folder and install the dependencies:
Head to the folder, checkout to the v1 release and install the dependencies:

```bash
cd maci-platform && \
git checkout v1 && \
pnpm install
```

:::note
This guide uses the v1 version of MACI Platform, for documentation related to each version head to the repository docs [here](https://github.com/privacy-scaling-explorations/maci-platform/blob/main/docs/01_setup.md).
:::

## Configuration

Copy the example variables and update them accord to your needs:
Expand Down

0 comments on commit 9b3a119

Please sign in to comment.