Personal website built with Astro and Tailwind CSS.
Find a file
Mikkel Svartveit c051eea344 Bump packages
2024-01-21 18:00:51 -08:00
.vscode Initial commit 2023-10-14 19:47:49 -07:00
public Fix tab title 2023-10-17 23:42:50 -07:00
src Add photos 2024-01-10 17:02:50 +01:00
.gitignore Initial commit 2023-10-14 19:47:49 -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 Change to Cloudflare adapter to allow SSR 2024-01-09 21:49:22 +01:00
package.json Bump packages 2024-01-21 18:00:51 -08:00
pnpm-lock.yaml Bump packages 2024-01-21 18:00:51 -08: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 Start writing blog post 2023-10-30 22:40:26 -07:00
tsconfig.json Add programming page 2023-10-16 22:42:41 -07: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.