website
website copied to clipboard
Verifa website written in Go with Templ + HTMX
Verifa Website
This repository contains Verifa's website live at https://verifa.io
Built with
Development
Deployment
Other notable mentions
- giscus - adding comments to our blog using GitHub issues
Design
The website, logos and brand were designed by The Pizzolorusso Design Agency. Highly recommended :)
Developing
Things you need to install:
To start a local development server:
make dev
# Open your browser at http://localhost:3000
Building
Before pushing any code changes, make sure that it builds
make pr
Releasing
Pushing to the main branch deploys the changes to the staging environment https://staging.verifa.io
Tagging a version makes deploys it to the production environment https://verifa.io
Contributing
Contributions and PRs welcome! More to follow on this topic.