Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.12 KB

README.md

File metadata and controls

53 lines (42 loc) · 1.12 KB

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