No description https://neifler.de
  • Astro 92.1%
  • TypeScript 5.5%
  • JavaScript 1.5%
  • CSS 0.7%
  • JSON-with-Comments 0.2%
Find a file
IC3P3 a2d8d2e5a6
All checks were successful
Deploy / deploy (push) Successful in 20s
Added umami
2026-04-01 00:51:52 +02:00
.forgejo/workflows Added umami 2026-04-01 00:51:52 +02:00
.vscode Initial commit from Astro 2026-02-26 20:27:48 +01:00
public Fixed wrong font in images 2026-03-31 19:53:43 +02:00
src Added umami 2026-04-01 00:51:52 +02:00
.editorconfig Added some qc tooling and removed unneeded files 2026-03-30 21:40:39 +02:00
.gitattributes Made some adjustments to cv 2026-03-30 22:09:49 +02:00
.gitignore Initial commit from Astro 2026-02-26 20:27:48 +01:00
.prettierrc Added some qc tooling and removed unneeded files 2026-03-30 21:40:39 +02:00
astro.config.mjs Added some qc tooling and removed unneeded files 2026-03-30 21:40:39 +02:00
eslint.config.mjs Added some qc tooling and removed unneeded files 2026-03-30 21:40:39 +02:00
lefthook.yml Added some qc tooling and removed unneeded files 2026-03-30 21:40:39 +02:00
mise.toml Added some qc tooling and removed unneeded files 2026-03-30 21:40:39 +02:00
package.json 1.0.0 2026-03-31 22:31:22 +02:00
pnpm-lock.yaml Added some qc tooling and removed unneeded files 2026-03-30 21:40:39 +02:00
pnpm-workspace.yaml added pnpm workspace 2026-03-05 09:05:22 +01:00
README.md added prettier 2026-03-01 14:03:20 +01:00
tsconfig.json Initial commit from Astro 2026-02-26 20:27:48 +01:00

Astro Starter Kit: Minimal

pnpm 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
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.