tjheffner / heffdotdev

personal site refresh for 2022. based on swyxkit
https://heffner.dev
MIT License
0 stars 0 forks source link
blog svelte sveltekit tailwindcss

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