Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.16 KB

WRE-website

test coverage issues last commit package size accessibility dependabot build size

To get started, cd into the project and run this:

pnpm install

Afterwards, run this to do local development

pnpm dev

And take a look at the localhost site on http://localhost:3000 to see immediate changes.

For running e2e tests,

  1. Make sure you run
npx playwright install