Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

CodeWithAloha/kuka

Repository files navigation

kuka

Share video testimony.

The Design

Prerequisites

Deployment Instructions

Mobile

See nested instructions available in the KukaApp directory.

Website

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

Code Design

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!