A simple static website that adheres to Vector branding guidelines using Next.js
- Clone the repository
- Run
npm install
- Run
npm run dev
- Visit
http://localhost:3000
The website is deployed to github pages. There is a workflow file in the
.github/workflows
directory that will automatically deploy the website to github
pages when changes are pushed to the main
branch.