zcash-grant-system/admin/README.md

442 B

Grant.io Admin UI

This is the admin component of Grant.io.

Development

  1. Install local project dependencies:

    # Local dependencies
    yarn
    
  2. Make sure ganache is running and contracts have been built for the dev network (if frontend dev is running this should be the case).

  3. Run the webpack build for the admin ui:

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