Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.07 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.07 KB

alpha.morrisoncole.co.uk Open in Visual Studio Code

My personal website.

Alpha alpha.morrisoncole.co.uk. Production morrisoncole.co.uk is from https://github.com/MorrisonCole/morrisoncole.co.uk.

Development

  1. Run yarn
  2. Run yarn dev

Yarn

Upgrade Yarn

yarn upgrade

Upgrade Dependencies

yarn upgrade-interactive

Deploy on Vercel

Deploy from local with:

yarn vercel

CI/CD

Performance Regression Testing

(CI Only) - make sure LHCI_GITHUB_APP_TOKEN is present.

Using lighthouse-ci for performance regression testing.

Local Build

yarn build && yarn test:lighthouse

Note: running locally appears to be broken on WSL2 at the moment.

Remote Build

yarn vercel | xargs -I{} yarn test:lighthouse --collect.url={}