Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_INTERNET_IDENTITY_URL="http://localhost:8000/?canisterId=rwlgt-iiaaa-aaaaa-aaaaa-cai"
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<h1 align="center" style="border-bottom: none;">BuildMe (<a href="https://github.com/OpenCan-io/BuildMe">Building</a>)</h1>
<h1 align="center" style="border-bottom: none;">BuidlMe (<a href="https://github.com/OpenCan-io/BuildMe">Buidling</a>)</h1>
<h3 align="center">Open-source, real-time QV For Community Built IC Projects.</h3>
<p align="center">Quadratic Voting is the mathematically optimal way to vote in a democratic community, where votes express the <i>degree</i> of your preferences, not just <i>direction</i>.


npm install bootstrap --save
Todos

ProjectDashboard.jsx
- add only new projects to UI
- catch if window.authClient? is null
- re-render projects only if there's been a change in projects

Bugs
- projectModal gets called twice somehow (notice two console messages logged on every project refresh)
Loading