summaryrefslogtreecommitdiff
path: root/README.md
blob: 0d54c282e4837c2a67d51dc591dbc278f1af700a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.