# begin-functions-app

- To initialize the repo deps run `npm run init`.
- To start a local dev server run `npm start`.
- To lint the code `npm run lint`.
- To run the tests `npm t`.
