zcash-grant-system/frontend
Daniel Ternyak de9549df22
Merge branch 'develop' into proposal-milestone-date-validation
2019-07-24 13:30:28 -05:00
..
.storybook Integrate Storybook (#98) 2018-09-25 15:02:29 -04:00
bin User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
client Merge branch 'develop' into proposal-milestone-date-validation 2019-07-24 13:30:28 -05:00
config Fix tslint 2019-03-18 15:02:47 -04:00
logs Replace nextjs (#54) 2018-09-17 15:55:49 -05:00
server add compression to express middleware 2019-05-19 15:27:33 -05:00
stories Flexible Matching/Bounties + KYC (#277) 2019-03-06 14:25:58 -06:00
types Rework Contribution Privacy (#456) 2019-06-11 21:49:14 -05:00
.env.example Stricter validation, truncate before db entry, env var proposal target limit 2019-03-18 14:35:08 -04:00
.gitignore User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
.nowignore Add nowignore (#204) 2018-11-13 12:47:33 -05:00
.npmignore Fix Zeit Deployments (#81) 2018-09-19 20:45:51 -05:00
.npmrc initial commit 2018-09-10 11:55:26 -05:00
.nvmrc Contract Build Improvements (#215) 2018-11-21 17:24:33 -06:00
.prettierrc initial commit 2018-09-10 11:55:26 -05:00
Procfile Contract Build Improvements (#215) 2018-11-21 17:24:33 -06:00
README.md Proposal staking (#134) 2019-01-31 17:56:16 -05:00
now.json Fix Zeit Deployments (#81) 2018-09-19 20:45:51 -05:00
package.json add type definitions 2019-05-19 15:28:47 -05:00
truffle.js initial commit 2018-09-10 11:55:26 -05:00
tsconfig.json User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
tslint.json Replace nextjs (#54) 2018-09-17 15:55:49 -05:00
yarn.lock re-yarn 2019-05-21 12:19:53 -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