mirror of
https://github.com/yudejp/yude.jp.git
synced 2026-07-03 12:40:53 +00:00
8f219752f4202923d2d70e354fe59b4ef8cbde0b
*Total -- 237.99kb -> 205.90kb (13.48%) /src/assets/mutual-links/mikanixonable.png -- 9.21kb -> 5.06kb (45.03%) /src/assets/mutual-links/cordx.png -- 47.89kb -> 38.28kb (20.06%) /src/assets/mutual-links/108jiminy.png -- 24.21kb -> 20.33kb (16.05%) /src/assets/icon-192x192.png -- 48.82kb -> 43.33kb (11.25%) /src/assets/apple-touch-icon-180x180.png -- 44.06kb -> 39.23kb (10.96%) /src/assets/mutual-links/nonasaba.png -- 28.85kb -> 26.22kb (9.11%) /src/assets/mutual-links/yuriko.png -- 26.87kb -> 25.52kb (5%) /src/assets/mutual-links/anya.gif -- 8.08kb -> 7.92kb (1.93%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
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.
Description
Languages
Astro
95%
JavaScript
3.8%
CSS
1.2%