zcash-grant-system/admin
AMStrix c0557a9fa6 Admin - rework user list/user detail (#80)
* fix UserCommentSchema to no longer exclude contributions (no longer on ProposalSchema)

* return more detail for /admin/users/<id>

* admin: add UserDetail + refactoring

* remove unused state from UserItem.tsx
2019-01-17 00:01:29 -05:00
..
src Admin - rework user list/user detail (#80) 2019-01-17 00:01:29 -05:00
.envexample Admin (#164) 2018-10-30 12:35:47 -04:00
.gitignore Admin (#164) 2018-10-30 12:35:47 -04:00
.npmignore Admin (#164) 2018-10-30 12:35:47 -04:00
.npmrc Admin (#164) 2018-10-30 12:35:47 -04:00
.nvmrc Admin (#164) 2018-10-30 12:35:47 -04:00
.prettierrc Admin (#164) 2018-10-30 12:35:47 -04:00
Procfile Herokuify Admin (#53) 2019-01-10 14:01:26 -06:00
README.md User Auth Conversion (#19) 2018-12-14 13:36:22 -06:00
package.json Herokuify Admin (#53) 2019-01-10 14:01:26 -06:00
server.js Admin (#164) 2018-10-30 12:35:47 -04:00
tsconfig.json Proposal Approval Process (#39) 2019-01-09 13:23:08 -05:00
tslint.json Admin (#164) 2018-10-30 12:35:47 -04:00
webpack.config.js Proposal Approval Process (#39) 2019-01-09 13:23:08 -05:00
yarn.lock Proposal Approval Process (#39) 2019-01-09 13:23:08 -05:00

README.md

Grant.io Admin UI

This is the admin component of Grant.io.

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.