zcash-grant-system/frontend
Will O'Beirne eddc0671d7
Replace spin with loader everywhere.
2019-01-23 10:15:59 -05:00
..
.storybook
bin User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
client Replace spin with loader everywhere. 2019-01-23 10:15:59 -05:00
config Grant.io -> ZF Grants 2019-01-22 13:40:20 -05:00
logs
server Grant.io -> ZF Grants 2019-01-22 13:40:20 -05:00
stories Show send instructions on profile pending contributions. 2019-01-09 17:26:28 -05:00
types Email settings + unsubscribe (#75) 2019-01-16 17:26:44 -05:00
.env.example Grant.io -> ZF Grants 2019-01-22 13:40:20 -05: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
.npmrc
.nvmrc Contract Build Improvements (#215) 2018-11-21 17:24:33 -06:00
.prettierrc
Procfile Contract Build Improvements (#215) 2018-11-21 17:24:33 -06:00
README.md Grant.io -> ZF Grants 2019-01-22 13:40:20 -05:00
now.json
package.json markdown driven static pages (#40) 2019-01-16 18:19:34 -05:00
truffle.js
tsconfig.json User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
tslint.json
yarn.lock markdown driven static pages (#40) 2019-01-16 18:19:34 -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