Skip to content

DerYeger/magdalena-jirku

Repository files navigation

Logo

Personal website of Magdalena Jirku

CI CD

magdalena-jirku.at

Features

  • Vue 3 with composition API and <script setup>
  • SSG based on Vitesse
  • Styled using UnoCSS
  • E2E testing with Cypress
  • Unit testing with Vitest
  • Automated CI/CD pipeline using GitHub Actions
  • Hosted by GitHub Pages at magdalena-jirku.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 unit tests
$ pnpm test

# run e2e tests
$ pnpm test:e2e

# lint
$ pnpm lint