Personal website of Jan Müller
- Astro, Vue and React
- Tailwind
- MDX
- E2E testing with Playwright
- Automated CI/CD pipeline using GitHub Actions
- Hosted on Vercel at janmueller.dev
# install dependencies
$ pnpm install
# serve with hot reload at localhost:3333
$ pnpm dev
# build for production and launch preview server
$ pnpm build
$ pnpm preview
# run e2e tests
$ pnpm e2e
# lint
$ pnpm lint