zcash-grant-system/admin
Will O'Beirne 84daa1cba9
Rename a bunch of fields to their original values. Get draft saves working.
2018-11-14 12:59:48 -05:00
..
src Rename a bunch of fields to their original values. Get draft saves working. 2018-11-14 12:59:48 -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
README.md Admin (#164) 2018-10-30 12:35:47 -04:00
package.json Admin (#164) 2018-10-30 12:35:47 -04:00
server.js Admin (#164) 2018-10-30 12:35:47 -04:00
tsconfig.json Admin (#164) 2018-10-30 12:35:47 -04:00
tslint.json Admin (#164) 2018-10-30 12:35:47 -04:00
webpack.config.js Admin (#164) 2018-10-30 12:35:47 -04:00
yarn.lock Admin (#164) 2018-10-30 12:35:47 -04: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. 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.