# 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.