mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 11:12:38 +00:00
Personal website built with Astro and Tailwind CSS.
|
|
||
|---|---|---|
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| astro.config.mjs | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| svelte.config.js | ||
| tailwind.config.mjs | ||
| tsconfig.json | ||
Astro personal website
My new personal website, powered by Astro and Tailwind CSS.
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.