zcash-grant-system/admin
William O'Beirne c17145986f
Request for Proposal (Pt. 3 - Create & Link Proposals) (#131)
* Adjust rfp <-> proposal models. Add button to rfp detail page to make linked proposal.

* Add a block that links to the original request. Fix a bunch of preview issues.

* List proposals on RFP.

* Admin view for connected RFPs and proposals

* Fix TSC issues.

* Fix tab badge misalignment

* Redesign list page.

* Resolve PR issues.
2019-02-01 14:13:30 -05:00
..
src Request for Proposal (Pt. 3 - Create & Link Proposals) (#131) 2019-02-01 14:13:30 -05:00
.envexample
.gitignore
.npmignore
.npmrc
.nvmrc
.prettierrc
Procfile Herokuify Admin (#53) 2019-01-10 14:01:26 -06:00
README.md Replace admin instances too. 2019-01-24 15:17:36 -05:00
package.json Herokuify Admin (#53) 2019-01-10 14:01:26 -06:00
server.js
tsconfig.json
tslint.json
webpack.config.js
yarn.lock

README.md

ZF Grants Admin UI

This is the admin component of grants.zfnd.org.

Development

  1. Install local project dependencies:

    # Local dependencies
    yarn
    
  2. Run the webpack build for the admin ui:

    yarn dev
    
  3. Open a web browser to localhost:3500.