# Dawid Rycerz Personal Website Source code for my personal website built with [Astro](https://astro.build). ## Development | Command | Action | | :--------------- | :------------------------------------------------------------- | | `pnpm install` | Install dependencies | | `pnpm dev` | Start local dev server at `localhost:3000` | | `pnpm build` | Build production site to `./dist/` | | `pnpm postbuild` | Build static search index | | `pnpm preview` | Preview build locally | ## Based on This website is based on the [Astro Cactus](https://github.com/chrismwilliams/astro-theme-cactus) theme.