Skip to content

DerYeger/jan-mueller

Repository files navigation

Logo

Personal website of Jan Müller

CI

jan-mueller.at

Features

  • 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

Build Setup

# 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