Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 446 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 446 Bytes

webpage-template

A simple static website that adheres to Vector branding guidelines using Next.js

Getting Started

  1. Clone the repository
  2. Run npm install
  3. Run npm run dev
  4. Visit http://localhost:3000

Deployment

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.