Skip to content

Commit 76f7a3c

Browse files
committed
docs: move section to web
1 parent ba2126e commit 76f7a3c

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,6 @@ $ yarn prepare
7676
$ yarn install
7777
```
7878

79-
#### Compile the contracts
80-
81-
```bash
82-
# first you need to go to the kleros-v2/contracts folder, and then compile them
83-
$ cd kleros-v2/contracts
84-
$ yarn build
85-
```
86-
87-
#### Start the frontend
88-
89-
```bash
90-
# first you need to be in the kleros-v2/web folder, and then start it
91-
$ cd kleros-v2/web
92-
$ yarn start
93-
```
94-
9579
## Repo Structure
9680

9781
Each directory at the root of this repository contains code for each individual part that enables this integration:

web/README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
11
# @kleros/kleros-v2-web
22

3-
🚧 ⚖️ 🚧
3+
## Contributing
4+
5+
### Pre-Requisites
6+
7+
If you haven't already, you need to follow all the previous steps of the **Contributing** section of the repo's [README](if%20you%20haven%27t%20already,%20you%20need%20to%20follow%20all%20the%20steps%20from%20%22Contributing%22%20section%20of%20the%20repo%27s%20README.)
8+
9+
### Getting Started
10+
11+
#### Compile the contracts
12+
13+
```bash
14+
# first you need to go to the kleros-v2/contracts folder, and then compile them
15+
$ cd kleros-v2/contracts
16+
$ yarn build
17+
```
18+
19+
#### Start the frontend
20+
21+
```bash
22+
# first you need to be in the kleros-v2/web folder, and then start it
23+
$ cd kleros-v2/web
24+
$ yarn start
25+
```

0 commit comments

Comments
 (0)