zcash-grant-system/frontend
William O'Beirne ba704f5f5c ToS & PP (#385)
* Privacy policy

* TOS
2019-03-14 23:45:56 -05:00
..
.storybook
bin User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
client ToS & PP (#385) 2019-03-14 23:45:56 -05:00
config String replacement for block explorer URL (#384) 2019-03-15 00:16:38 -04:00
logs
server Address TODOs (#349) 2019-03-13 16:39:50 -05:00
stories Flexible Matching/Bounties + KYC (#277) 2019-03-06 14:25:58 -06:00
types Slugify RFP urls (#358) 2019-03-14 00:06:02 -05:00
.env.example String replacement for block explorer URL (#384) 2019-03-15 00:16:38 -04:00
.gitignore User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
.nowignore
.npmignore
.npmrc
.nvmrc
.prettierrc
Procfile
README.md Proposal staking (#134) 2019-01-31 17:56:16 -05:00
now.json
package.json Address TODOs (#349) 2019-03-13 16:39:50 -05:00
truffle.js
tsconfig.json User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
tslint.json
yarn.lock Address TODOs (#349) 2019-03-13 16:39:50 -05:00

README.md

ZF Grants Frontend

This is the front-end component of Zcash Grant System.

Setup

  1. Install (Nodejs 8.13)[https://nodejs.org/en/blog/release/v0.8.13/] and (yarn)[https://yarnpkg.com/en/].

  2. Run yarn to install dependencies.

Development

  1. Make sure the backend component is running.

  2. Run the webpack dev-server:

    yarn run dev
    
  3. Go to the app on localhost:3000.

Testing

Application

TBD