zcash-grant-system/admin
AMStrix c291d41d4e Admin financials (#310)
* admin: financials basics

* BE: allow missing emailSettings on user settings EP

* admin: add webpack import loader for ant-design-pro (for styles loading)

* BE: admin financials reporting

* admin: financials page

* admin financials - convert contribution and payout total summations to sql

* Handle some kinda failure case.

* admin: remove "accounting" card from financials
2019-03-12 13:08:16 -04:00
..
src Admin financials (#310) 2019-03-12 13:08:16 -04: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 Replace admin instances too. 2019-01-24 15:17:36 -05:00
package.json Update vulnerable packages (#302) 2019-03-06 12:56:01 -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 Admin financials (#310) 2019-03-12 13:08:16 -04:00
yarn.lock Update vulnerable packages (#302) 2019-03-06 12:56:01 -06:00

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.