This repository was archived by the owner on Mar 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-17
lines changed
Expand file tree Collapse file tree 2 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 " >
2323``` sh
2424# Development
2525REACT_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
3028REACT_APP_PROD_ETHEREUM_PROVIDER=< provider>
31- REACT_APP_PROD_STORE_PROVIDER=< provider>
32- REACT_APP_PROD_ARBITRATOR_ADDRESS=< address>
3329```
3430
35314 . Run ` yarn ` to install dependencies and then ` yarn start ` to start the dev server.
You can’t perform that action at this time.
0 commit comments