Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

happer64bit/homepage

Repository files navigation

bun create astro@latest -- --template basics

Open in StackBlitzOpen with CodeSandboxOpen 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 toour guide on project structure.

🧞 Commands

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

CommandAction
bun installInstalls dependencies
bun devStarts local dev server atlocalhost:4321
bun buildBuild your production site to./dist/
bun previewPreview your build locally, before deploying
bun astro ...Run CLI commands likeastro add,astro check
bun astro -- --helpGet help using the Astro CLI

👀 Want to learn more?

Feel free to checkour documentation or jump into ourDiscord server.


[8]ページ先頭

©2009-2025 Movatter.jp