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