https://github.com/understanding-astro/hello-astro-integration
Getting started with Astro integrations 😎
https://github.com/understanding-astro/hello-astro-integration
Last synced: 3 months ago
JSON representation
Getting started with Astro integrations 😎
- Host: GitHub
- URL: https://github.com/understanding-astro/hello-astro-integration
- Owner: understanding-astro
- Created: 2023-04-07T05:33:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T12:21:08.000Z (over 2 years ago)
- Last Synced: 2025-07-25T11:44:15.150Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 89.8 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro integration: Getting started
> This application is part of the [Understanding Astro](https://github.com/understanding-astro/understanding-astro-book) book.

✨ Read the book ✨
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:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |