Skip to content

DennisSmuda/dennissmuda-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

My Personal Website πŸ‘¨πŸ»β€πŸ’»

Playwright E2E-Tests Vitest E2E + Component + Unit Tests Lint 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:

# install dependencies
npm run install

# start dev server http://localhost:3000/
npm run dev

Tests πŸ§ͺ

All tests run on github actions, everytime a PR gets opened.

Component Tests

Run Component tests in the project root:

# run in watch mode
npm run test

# with coverage
npm run test:coverage

E2E Tests

To run playwright locally, your dev server needs to be running (npm run dev in a second terminal).

# so the tests run against localhost:3000
npm run dev

# run playwright tests
npm run test:e2e

Lint

I use antfu's config to lint all the code in this repo. Follow the instructions for editor support!

# lint project
npm run lint

# with automatic fixes
npm run lint:fix

Contributions πŸ₯

Feel free to submit PRs or issues πŸ‘‹

About

My very own personal website! Built with Nuxt, Tailwind and Love ❀️ πŸš€

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •