This repository contains Verifa's website live at https://verifa.io
- giscus - adding comments to our blog using GitHub issues
The website, logos and brand were designed by The Pizzolorusso Design Agency. Highly recommended :)
Things you need to install:
To set up a local development server:
npm install
To start a local development server:
make dev
# Open your browser at http://localhost:3000
Before pushing any code changes, make sure that it builds
make pr
Tagging a preview
to the pull request makes deploys it to the staging/PR environment https://pr-xyx.verifa.io
Merging to the main
branch deploys the changes to the production environment https://verifa.io
Contributions and PRs welcome! More to follow on this topic.