Personal website built with Astro and Tailwind CSS.
Find a file
2025-12-08 14:00:13 +01:00
.vscode Initial commit 2023-10-14 19:47:49 -07:00
public Update resume 2025-08-11 14:14:29 +02:00
src Add Signal article 2025-12-08 14:00:13 +01:00
.gitignore Add view counter to articles 2024-05-13 00:39:58 -07:00
.prettierignore Format with Prettier 2023-10-15 17:33:51 -07:00
.prettierrc Add and run prettier-plugin-tailwindcss 2023-10-30 23:29:38 -07:00
astro.config.mjs Migrate to latest versions of Astro, Svelte and Tailwind 2025-11-28 09:55:58 +01:00
package.json Migrate to latest versions of Astro, Svelte and Tailwind 2025-11-28 09:55:58 +01:00
pnpm-lock.yaml Migrate to latest versions of Astro, Svelte and Tailwind 2025-11-28 09:55:58 +01:00
README.md Update README 2023-10-31 00:42:55 -07:00
svelte.config.js Format with Prettier 2023-10-15 17:33:51 -07:00
tailwind.config.mjs Add macOS productivity blog post 2024-05-27 17:05:16 -07:00
tsconfig.json Add programming page 2023-10-16 22:42:41 -07:00
wrangler.toml Bump pnpm version for Cloudflare build step 2024-09-18 15:49:35 +02:00

Astro personal website

My new personal website, powered by Astro and Tailwind CSS.

image

Running development server

npm install -g pnpm
pnpm install
pnpm dev

Building for production

To create a production version of the app:

pnpm build

The production build can be previewed locally with pnpm preview.