Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 348 Bytes

File metadata and controls

24 lines (14 loc) · 348 Bytes

Verifa Website

This repository contains Verifa's website.

Development

To run the development server:

./run-dev.sh

The site will be available at http://localhost:1313

Building for Production

To build the static site:

./build.sh

This creates a public/ directory with all static files ready for deployment.