An open API service indexing awesome lists of open source software.

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 😎

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.


![Understanding Astro](https://i.imgur.com/TfaKFNR.png)



✨ 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 |