Skip to content

NewFrontDoor/wmpca-nextjs

Repository files navigation

Development Guide

This project uses Next.js and yarn (v1) as package manager.

Install Dependencies with: yarn install

Run the development server: yarn run dev

To build

yarn run build