zcash-grant-system/admin/README.md

21 lines
305 B
Markdown
Raw Normal View History

# Grant.io Admin UI
This is the admin component of [Grant.io](http://grant.io).
## 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.