My personal website ported to Astro (2nd iteration)
Find a file
2025-10-22 22:05:54 +02:00
.github/workflows ci: enable automatic deploy, fix build command 2025-08-01 09:51:07 +02:00
.vscode initial commit 2025-07-15 23:55:19 +02:00
blog style: format blog post 2025-08-24 18:37:40 +02:00
public initial commit 2025-07-15 23:55:19 +02:00
src feat: add view transition API 2025-10-22 22:05:54 +02:00
.dockerignore initial commit 2025-07-15 23:55:19 +02:00
.env.dist chore: remove BSM api key 2025-08-01 09:35:05 +02:00
.gitignore build: add Svelte framework config 2025-07-17 23:15:03 +02:00
astro.config.mjs refactor: render code samples with Astro 2025-08-24 18:41:08 +02:00
docker-compose.yml ci: add deployment files 2025-07-18 12:11:42 +02:00
Dockerfile build: fix Dockerfile 2025-08-01 09:35:21 +02:00
LICENSE Create LICENSE 2025-08-14 22:37:13 +02:00
package.json chore: update deps 2025-10-22 21:58:26 +02:00
pnpm-lock.yaml chore: update deps 2025-10-22 21:58:26 +02:00
README.md initial commit 2025-07-15 23:55:19 +02:00
svelte.config.js build: add Svelte framework config 2025-07-17 23:15:03 +02:00
tsconfig.json initial commit 2025-07-15 23:55:19 +02:00

Astro Starter Kit: Basics

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   └── favicon.svg
├── src
│   ├── assets
│   │   └── astro.svg
│   ├── components
│   │   └── Welcome.astro
│   ├── layouts
│   │   └── Layout.astro
│   └── pages
│       └── index.astro
└── package.json

To learn more about the folder structure of an Astro project, refer to our guide on project structure.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:4321
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying
pnpm astro ... Run CLI commands like astro add, astro check
pnpm astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.