/vrt-frontend

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Frontend app for Visual Regression Tracker

Codacy Badge

Local setup

  • clone repo
  • npm i
  • Update .env
  • npm run start

Image download

  • If you want to use image download feature in test runs, you have to have the files in backend imageUploads folder to a folder in this project under public/static/imageUploads. This can be achieved via manual copy, docker volume mapping to this project folder etc.

Local HTTPS config

  • Generate keys here
  • place in folder /secrets named ssl.cert and ssl.key