This repository contains Verifa's website.
To run the development server:
./run-dev.shThe site will be available at http://localhost:1313
To build the static site:
./build.shThis creates a public/ directory with all static files ready for deployment.