例のWordPressテーマもどきのAstroブログテンプレート https://mayu.mikn.dev
  • Astro 65.2%
  • MDX 16.2%
  • TypeScript 13.5%
  • CSS 4.6%
  • JavaScript 0.5%
Find a file
2026-05-06 20:05:35 +09:00
.github/workflows feat: Tab box 2026-04-20 21:10:09 +09:00
.vscode "Initial commit from Astro" 2026-04-19 04:04:29 +09:00
public feat: mobile menu 2026-05-06 19:30:38 +09:00
src feat: tag/creator pages and start page 2026-05-06 20:05:35 +09:00
.gitignore "Initial commit from Astro" 2026-04-19 04:04:29 +09:00
.oxfmtrc.json init 2026-04-20 08:10:24 +09:00
astro.config.mjs feat: mobile menu 2026-05-06 19:30:55 +09:00
bun.lock feat: mobile menu 2026-05-06 19:30:38 +09:00
package.json feat: mobile menu 2026-05-06 19:30:38 +09:00
README.md init 2026-04-20 08:10:24 +09:00
tsconfig.json feat: mobile menu 2026-05-06 19:30:55 +09:00

Astro Starter Kit: Basics

bun create astro@latest -- --template 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
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.