Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 538 Bytes

File metadata and controls

28 lines (20 loc) · 538 Bytes

Hermes.Cam

The mobile part of the hermes platform. It's a PWA app using a camera to detect objects in real time and send them to the hermes.api.

index

Requirements

  • node.js 14.16
  • yarn

Run locally

Steps needed to be done in order to run project locally.

  • Clone the repository.
  • Install the dependencies.
    • yarn install
  • Start the project.
    • yarn start

Settings file

All the settings are inside public/settings.json file.

  • Change the settings.
  • Reload the website.
  • Done.