You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you haven't already, you need to follow all the previous steps of the **Contributing** section of the repo's [README](https://github.com/kleros/kleros-v2/blob/master/README.md#contributing)
6
+
7
+
### Getting Started
8
+
9
+
#### Compile the contracts
10
+
11
+
```bash
12
+
# first you need to go to the kleros-v2/contracts folder, and then compile them
13
+
$ cd kleros-v2/contracts
14
+
$ yarn build
15
+
```
16
+
17
+
#### Start the frontend
18
+
19
+
```bash
20
+
# first you need to be in the kleros-v2/web folder, and then start it
0 commit comments