Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 609 Bytes

File metadata and controls

31 lines (21 loc) · 609 Bytes

Budget Request Demo Site

Still in development.

See deployment here: https://cityofdetroit.github.io/Departmental-Budget-Request-Form/

Contributing

This repo uses yarn for package management and webpack for a development server and production bundler.

Setup

Install Node.js (recommend using nvm) and yarn if you don't have it already.

Install package dependencies:

yarn

Run the development server:

yarn start

Creating a New Release

Run webpack bundler:

yarn build