This is a Next.js project bootstrapped with create-next-app.
This repo utilises a submodule for documentation which can be acquired though using the following terminal command to clone this repo and submodules:
git clone --recurse-submodules https://github.com/maclenjack/jack-maclennan-portfolio.
This project uses a few deprecated packages for component accessibility so pnpm is used as the package management tool. To install pnpm and packages:
npm install -g pnpm && pnpm install
To run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.