Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.

Commit 4a8f8f9

Browse files
n1c01a5epiqueras
authored andcommitted
chore: remove kleros specifics
1 parent 801f4e2 commit 4a8f8f9

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

.gitignore

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# See https://help.github.com/ignore-files/ for more about ignoring files.
22

3+
# Environment Variables
4+
/.env
5+
36
# Dependencies
47
/node_modules/
58

9+
# Styles
10+
/src/**/*.css
11+
612
# Testing
713
/coverage/
814

9-
# Production
10-
/build/
11-
12-
# Docs
15+
# Documentation
1316
/docs/
1417

15-
# Env Vars
16-
/.env
17-
18-
# Misc
19-
/.DS_Store
18+
# Production
19+
/build/
2020

2121
# Logs
2222
/yarn-debug.log*
2323
/yarn-error.log*
2424

25-
# Styles
26-
/src/**/*.css
27-
2825
# Editors
2926
/.vscode/
3027
/.idea/*
28+
29+
# Misc
30+
/.DS_Store

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<b style="font-size: 32px;">Kleros Dapp Front Boilerplate</b>
2+
<b style="font-size: 32px;">Dapp Front Boilerplate</b>
33
</p>
44

55
<p align="center">
@@ -23,13 +23,9 @@
2323
```sh
2424
# Development
2525
REACT_APP_DEV_ETHEREUM_PROVIDER=http://localhost:8545
26-
REACT_APP_DEV_STORE_PROVIDER=https://kleros.in
27-
REACT_APP_DEV_ARBITRATOR_ADDRESS=<address>
2826

2927
# Production
3028
REACT_APP_PROD_ETHEREUM_PROVIDER=<provider>
31-
REACT_APP_PROD_STORE_PROVIDER=<provider>
32-
REACT_APP_PROD_ARBITRATOR_ADDRESS=<address>
3329
```
3430

3531
4. Run `yarn` to install dependencies and then `yarn start` to start the dev server.

0 commit comments

Comments
 (0)