mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 19:22:37 +00:00
23 lines
537 B
Markdown
23 lines
537 B
Markdown
# Astro personal website
|
|
|
|
My new personal website, powered by [Astro](https://astro.build) and [Tailwind CSS](https://tailwindcss.com).
|
|
|
|
<img width="1270" alt="image" src="https://github.com/mikkelsvartveit/astro-personal-website/assets/30391413/94257af8-a69f-4775-ba40-9f27835291b5">
|
|
|
|
### Running development server
|
|
|
|
```bash
|
|
npm install -g pnpm
|
|
pnpm install
|
|
pnpm dev
|
|
```
|
|
|
|
### Building for production
|
|
|
|
To create a production version of the app:
|
|
|
|
```bash
|
|
pnpm build
|
|
```
|
|
|
|
The production build can be previewed locally with `pnpm preview`.
|