The web client for the favr product
You will need to install Docker and Docker-Compose.
To start the server with docker: docker-compose build then docker-compose up -d then you can access the site on localhost:8000
You will need
To build:
Goto the static folder
cd app/static
Install node packages
npm i
Run gulp build tool
gulp
If developing frontend run
gulp watch
Files are output to the dist directory