Share video testimony.
See nested instructions available in the KukaApp directory.
Note: This might require a
yarn global add firebase
/npm install -g firebase
// Deploy firebase functions and web app
$ firebase deploy
// only web app
firebase deploy --only hosting
// only functions
firebase deploy --only functions
Please leverage Husky for Code Style Checks (aka "Linting"), testing is optional. If you choose to do TDD, please run tests manually or feel free to contribute code for the CI/CD implementation. Contributions are always welcome!