Skip to content

Latest commit

 

History

History
88 lines (60 loc) · 2.83 KB

README.md

File metadata and controls

88 lines (60 loc) · 2.83 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 set up a local development server:

npm 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

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

Contributing

Contributions and PRs welcome! More to follow on this topic.