/webpage-template

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

Primary LanguageTypeScriptApache License 2.0Apache-2.0

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.