zcash-grant-system/admin
dependabot[bot] 8bbc325342
Bump js-yaml from 3.12.0 to 3.13.1 in /admin
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-21 22:16:52 +00:00
..
src Rework Contribution Privacy (#456) 2019-06-11 21:49:14 -05:00
.env.example Enforce SSL on admin 2019-03-22 15:39:51 -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
Procfile Herokuify Admin (#53) 2019-01-10 14:01:26 -06:00
README.md Replace admin instances too. 2019-01-24 15:17:36 -05:00
package.json Bump axios from 0.18.0 to 0.18.1 in /admin 2019-08-21 21:43:49 +00:00
server.js Enforce SSL on admin 2019-03-22 15:39:51 -04:00
tsconfig.json Proposal Approval Process (#39) 2019-01-09 13:23:08 -05:00
tslint.json Admin (#164) 2018-10-30 12:35:47 -04:00
webpack.config.js admin: separate sourcemaps for production build 2019-05-27 15:17:55 -05:00
yarn.lock Bump js-yaml from 3.12.0 to 3.13.1 in /admin 2019-08-21 22:16:52 +00:00

README.md

ZF Grants Admin UI

This is the admin component of grants.zfnd.org.

Development

  1. Install local project dependencies:

    # Local dependencies
    yarn
    
  2. Run the webpack build for the admin ui:

    yarn dev
    
  3. Open a web browser to localhost:3500.