Skip to content

Commit ec83489

Browse files
author
modulexoprotocols
committed
chore: scaffold dpmc repo; add React frontend
0 parents  commit ec83489

File tree

10 files changed

+17
-0
lines changed

10 files changed

+17
-0
lines changed

.github/workflows/react-ci.yml

Whitespace-only changes.

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
frontend/node_modules/
2+
frontend/build/
3+
frontend/.env
4+
frontend/.env.local
5+
frontend/.env.*.local
6+
.DS_Store
7+
.vscode/

CODE_OF_CONDUCT.md

Whitespace-only changes.

CONTRIBUTING.md

Whitespace-only changes.

LICENSE

Whitespace-only changes.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cat > README.md <<'EOF'
2+
# DPMC (Dynamic Pricing Market Controller)
3+
4+
Frontend for the DPMC protocol. React app lives in `frontend/`.
5+
6+
## Quickstart
7+
```bash
8+
cd frontend
9+
yarn install # or npm install
10+
yarn start # or npm start

contracts/README.md

Whitespace-only changes.

docs/architecture.md

Whitespace-only changes.

frontend/.env.example

Whitespace-only changes.

frontend/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)