zcash-grant-system/admin/README.md

320 B

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.