This is the code for my website! You can see it live here!
Dark Theme | Light Theme |
---|---|
After you've cloned/forked/whatever the repo, you can do this:
npm run install
npm run dev
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
.
Feel free to submit PRs or issues 👋