Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.04 KB

WRE-website

test coverage issues last commit package size 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