Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.13 KB

heffdotdev

Tanner Heffner's personal website

This site is based on swyxkit, a lightly opinionated starter for Svelte projects:

Setup

create .env file with these values:

GH_TOKEN=
LASTFM_API_KEY=
STEAM_API_KEY=
npm install
npm run start

Testing

npm run test to run the Playwright tests. Locally runs against chromium, CI runs the full browser suite.

Accessibility test reports can be found in test-results/a11y. View the files in a local browser.

Acknowledgements