zcash-grant-system/frontend
Danny Skubak ed6d98ceec Milestone Estimate in Days (#59)
* init admin milestone estimate in days

* init frontend milestone estimate in days

* init backend milestone estimate in days

* fix bugs

* fix bugs

* fix tests

* add tests

* add milestone_deadline email to examples

* fix type errors

* fix tests

* remove comment

* temp prep for merge

* restore changes, update tests

* add db migration

* add tests and comments for set_v2_date_estimates
2019-11-13 16:38:17 -06:00
..
.storybook
bin User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
client Milestone Estimate in Days (#59) 2019-11-13 16:38:17 -06:00
config Fix tslint 2019-03-18 15:02:47 -04:00
logs
server add compression to express middleware 2019-05-19 15:27:33 -05:00
stories Add Signalling of Support (#41) 2019-10-24 12:32:00 -05:00
types Milestone Estimate in Days (#59) 2019-11-13 16:38:17 -06: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
.npmignore
.npmrc
.nvmrc
.prettierrc
Procfile
README.md Proposal staking (#134) 2019-01-31 17:56:16 -05:00
now.json
package.json Add Explainer to Proposal Creation Flow. (#60) 2019-11-13 15:37:12 -06:00
truffle.js
tsconfig.json User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
tslint.json
yarn.lock Add Explainer to Proposal Creation Flow. (#60) 2019-11-13 15:37:12 -06: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