Console for support staff to response to users requests for help
Install deps
npm install
To get linting, if you're using VSCode then install the 'ESLint' extension to have it highlighted
npm run dev
Once the application has started, you can view it in the browser by going to:
https://localhost:41020/
npm run test