Skip to content

Latest commit

 

History

History
82 lines (56 loc) · 2.74 KB

README.md

File metadata and controls

82 lines (56 loc) · 2.74 KB

Contributors Stargazers Issues Apache 2.0 LinkedIn

Verifa Website

This repository contains Verifa's website live at https://verifa.io

Built with

Development

Deployment

  • google-cloud
  • github-actions

Other notable mentions

  1. 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:

  1. Go, check the go.mod for the required version
  2. NodeJS

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.