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 npm playwright install before running npm run test
-
Install:
npm install -
Run development server:
npm run dev -
Production build:
npm run build -
Run tests:
npm run test
The master branch is automatically deployed by Cloudflare to a Cloudflare web instance.