Skip to content

My very own personal website! Built with Nuxt, Tailwind and Love ❤️ 🚀

Notifications You must be signed in to change notification settings

DennisSmuda/dennissmuda-website

Repository files navigation

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 👋