Notes: Will require environment variables, which can be specified in a .env file. Ping Harrison or Roger for the latest version of the files.
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run dev
# serve with hot reload at localhost:3000 and an open debugger port 5858 for VS Code
npm run debug
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report