zcash-grant-system/admin/README.md

21 lines
320 B
Markdown
Raw Normal View History

2019-01-24 12:17:36 -08:00
# ZF Grants Admin UI
2019-01-24 12:17:36 -08:00
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.