diff options
author | 2023-08-17 18:38:10 -0700 | |
---|---|---|
committer | 2023-08-17 18:38:10 -0700 | |
commit | cfbd1373e2cc8066493de74b551aeb53061e84a7 (patch) | |
tree | 61f959849d69f6446abfefe92fd36fd04b9b0ee0 /docs | |
parent | f74585ff01c9be796fb5bb678f8cbf80544f44eb (diff) | |
download | bun-cfbd1373e2cc8066493de74b551aeb53061e84a7.tar.gz bun-cfbd1373e2cc8066493de74b551aeb53061e84a7.tar.zst bun-cfbd1373e2cc8066493de74b551aeb53061e84a7.zip |
Update Astro guide
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guides/ecosystem/astro.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/astro.md b/docs/guides/ecosystem/astro.md index e083303cf..6a8a9fa5f 100644 --- a/docs/guides/ecosystem/astro.md +++ b/docs/guides/ecosystem/astro.md @@ -37,7 +37,7 @@ $ bunx create-astro next Liftoff confirmed. Explore your project! Enter your project directory using cd ./fumbling-field - Run bun run dev to start the dev server. CTRL+C to stop. + Run `bun run dev` to start the dev server. CTRL+C to stop. Add frameworks like react or tailwind using astro add. Stuck? Join us at https://astro.build/chat @@ -70,3 +70,7 @@ $ bunx --bun astro dev Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. Astro will hot-reload your app as you edit your source files. {% image src="https://github.com/vitejs/vite/assets/3084745/bb1d5063-32f4-4598-b33e-50b44a1c4e8a" caption="An Astro starter app running on Bun" %} + +--- + +Refer to the [Astro docs](https://docs.astro.build/en/getting-started/) for complete documentation. |