Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.24 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.24 KB

Ann Kilzer Home Page

Website Netlify Status W3C Validation GitHub language count Push Checks Playwright Tests

Dedicated to the guy who thought I couldn't learn React 😉

How to run it locally

Install dependencies (and set up Husky)

npm i

Set up env vars:

cp .env.sample .env

Run in dev mode

npm run dev

Build

npm run build

Quality

Run unit tests

npm test

Run E2E tests

npm run e2e
npm run e2e:ui