The code for my portfolio site located at markmetcalfe.com
Written in Vue 3 and Typescript, using the Vite vue framework.
Playwright is used for automated end-to-end testing.
If you haven't installed playwright before, you will need to run pnpm playwright install
before running pnpm run test
-
Install:
pnpm install
-
Run development server:
pnpm run dev
-
Production build:
pnpm run build
-
Run tests:
pnpm run test
The master branch is automatically deployed by Cloudflare to a Cloudflare web instance.