zcash-grant-system/admin/README.md

21 lines
320 B
Markdown

# ZF Grants Admin UI
This is the admin component of [grants.zfnd.org](http://grants.zfnd.org).
## Development
1. Install local project dependencies:
```bash
# Local dependencies
yarn
```
1. Run the webpack build for the admin ui:
```bash
yarn dev
```
1. Open a web browser to localhost:3500.