zcash-grant-system/frontend
William O'Beirne edd2260423
Update RFP copy + fix admin bug (#414)
* Update RFP copy and use dangerous html to get a link working. Also fix an RFP create bug.

* Capitalize
2019-03-28 13:13:12 -04:00
..
.storybook
bin User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
client Update RFP copy + fix admin bug (#414) 2019-03-28 13:13:12 -04:00
config Fix tslint 2019-03-18 15:02:47 -04:00
logs
server Enforce SSL on admin 2019-03-22 15:39:51 -04: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 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 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