No description
Find a file
Julius fefea6c3bc
All checks were successful
Build Image / build (push) Successful in 1m9s
Carrousel bij home en schilderijen
2025-12-11 15:16:29 +01:00
.forgejo/workflows Add image building 2025-12-09 23:38:07 +01:00
.vscode Initial commit from Astro 2025-12-09 22:07:13 +01:00
public Initial Commit 2025-12-09 23:37:22 +01:00
src Carrousel bij home en schilderijen 2025-12-11 15:16:29 +01:00
.dockerignore Add docker image 2025-12-09 23:41:34 +01:00
.gitignore Initial commit from Astro 2025-12-09 22:07:13 +01:00
astro.config.mjs Add docker image 2025-12-09 23:41:34 +01:00
bun.lock Carrousel bij home en schilderijen 2025-12-11 15:16:29 +01:00
Dockerfile Add docker image 2025-12-09 23:41:34 +01:00
package.json Carrousel bij home en schilderijen 2025-12-11 15:16:29 +01:00
README.md Initial commit from Astro 2025-12-09 22:07:13 +01:00
tsconfig.json Initial commit from Astro 2025-12-09 22:07:13 +01:00

Astro Starter Kit: Minimal

bun create astro@latest -- --template minimal

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

🚀 Project Structure

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

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

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

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

👀 Want to learn more?

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