WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

CommonsBuild/tec-interface

 
 

Repository files navigation

Honey pot 🍯

Karma template frontend using @aragon/connect.

How to run locally:

Clone the repository

git clone https://github.com/1Hive/honey-pot.git

Install dependencies

cd honey-pot
yarn --ignore-engines

Start UI

yarn start:[network]

# yarn start:rinkeby
# yarn start:xdai

Environment variables

REACT_APP_APP_NAME # Name of the app (if empty, defaults to conviction-voting)
REACT_APP_ORG_ADDRESS # Address of the organization (if empty, defaults to address specified in netowrks.js file)

Packages

No packages published

Languages

  • JavaScript 99.8%
  • HTML 0.2%