Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.44 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.44 KB

Personal Website 👨🏻‍💻

Playwright E2E-Tests Netlify Status

This is the code for my website! You can see it live here!

PAGESPEED

Dark Theme Light Theme
screenshot dark screenshot

Developing 🛠

After you've cloned/forked/whatever the repo, you can do this:

npm run install
npm run dev

Tests 🧪

Tests run on github actions, everytime a PR gets opened.

To run playwright locally, I recommend the official [vs code plugin] - which is amazingly convenient - you can also just run npm t. But you have to useExistingServer inside playwright.config.js.

Contributions 🥁

Feel free to submit PRs or issues 👋