Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 598 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 598 Bytes

zacowan.com

My portfolio site. This has been re-written several times (once even in svelte), but this is the final resting place of the portfolio.

Getting Started

Corepack

This project uses corepack to provide a consistent package manager experience. Until corepack is enabled by default, you'll need to manually enable corepack:

corepack enable

Once enabled, corepack will automatically begin to work.

Local Development

  1. Install the required dependencies:
pnpm i
  1. Run the local dev server:
pnpm dev