Personal website of Jan Müller
- Astro, Vue and Preact
- Tailwind
- MDX
- E2E testing with Cypress
- Automated CI/CD pipeline using GitHub Actions
- Hosted by GitHub Pages at jan-mueller.at
# 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 test:e2e
# lint
$ pnpm lint