npm install
As this is a browser-only application that uses the Google API, that means that any client id or secret used to talk to Google has to be accessed by this code. At least for the time being, those secrets are being kept outside of this repository. Contact @carpeliam for a copy of client id, api key, and spreadsheet id necessary to create your own .env.local
file.
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint