Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
casaout authored Jan 13, 2025
1 parent a0ff8d4 commit 14f1164
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions documentation/RESEARCH.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,17 @@ Anyone is welcome to contribute to PersonalAnalytics by extending it with new tr
8. If your pull request is not approved, you can make further changes and push them to your branch. The pull request will be updated automatically.

### Install the dependencies
Start with cloning the repository:
```bash
git clone https://github.com/HASEL-UZH/PersonalAnalytics
```

As the repository includes submodules, run:
```bash
git submodule init
git submodule update
```

After cloning this repository using your favorite git client, you need to install the dependencies.
Make sure you use node version >=20. You can install the dependencies by running the following command in the root directory of the project:
```bash
Expand Down

0 comments on commit 14f1164

Please sign in to comment.