Skip to content

tjheffner/heffdotdev

Repository files navigation

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