No description
This repository has been archived on 2026-06-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 92.5%
  • Astro 3.6%
  • JavaScript 2.3%
  • CSS 1.6%
Find a file
2025-03-24 20:31:39 +01:00
.vscode feat: add initial layout 2025-01-25 23:26:58 +01:00
public Update favicon.svg 2025-03-06 21:49:32 +01:00
src feat: add Umami analytics script to layout 2025-03-24 20:31:39 +01:00
.env.example feat: add Cloudflare Turnstile captcha 2025-01-27 22:46:45 +01:00
.gitignore Initial commit from Astro 2025-01-20 21:48:56 +01:00
astro.config.mjs feat: make contact form functional 2025-01-30 20:24:28 +01:00
components.json feat: add shadcn 2025-01-20 22:20:33 +01:00
package.json feat: make contact form functional 2025-01-30 20:24:28 +01:00
pnpm-lock.yaml feat: make contact form functional 2025-01-30 20:24:28 +01:00
README.md Initial commit from Astro 2025-01-20 21:48:56 +01:00
tailwind.config.mjs feat: add initial layout 2025-01-25 23:26:58 +01:00
tsconfig.json feat: make contact form functional 2025-01-30 20:24:28 +01:00
worker-configuration.d.ts feat: make contact form functional 2025-01-30 20:24:28 +01:00
wrangler.toml feat: remove routes 2025-01-30 20:39:17 +01:00

Astro Starter Kit: Basics

npm create astro@latest -- --template basics

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

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

just-the-basics

🚀 Project Structure

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

/
├── public/
│   └── favicon.svg
├── src/
│   ├── 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
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

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