Our final project for Software Engineering to count people in a room.
Docker is required for local development. Direct download links can be found below. Alternatively, visit https://docs.docker.com/install/ and find instructions for your specific platform (requires a Docker Hub account to download.)
Platform | Link |
---|---|
macOS | https://download.docker.com/mac/stable/Docker.dmg |
Windows | https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe |
To start the app run docker-compose up
Please run:
prettier --write "**/*.ts"
and
prettier --write "**/*.html"
from the root directory before making a pull request