The site uses Vue and is located in folder src/
To build a site you need to run the command
npm run build
bundle.js
will be collected in a folder dist/
index.html
will be collected in a root
Deploy is done automatically when pushing to the master