Deployed to Surge: http://quack-support.surge.sh/
- Clone the repo to your local machine.
- Run
npm install
in the root directory to install all dependencies. - Run
npm run dev
to start the development server. - Run
npm test
to test the app. - Run
npm run buld
to build the app for production. - Open
localhost:8080
to check out the website!