This is a frontend react application created as part of the Oct 2019 Move Hack-it-Forward charity hackathon. The goal of this project is to increase the efficiency of the M-SNAP volunteers as they process requests for their spay and neuter vouchers
https://rhussmann.github.io/msnap-registration/
- Install
nvm
if it's not installed - Install
homebrew
if it's not installed - Install
yarn
via homebrew if it's not installed:brew install yarn
nvm install
- installs the required version of node.jsnvm use
- activates the required version of node.js for the terminal sessionyarn install
- installs dependencies
yarn start
- That's it.