mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] yarn format
This commit is contained in:
parent
e3d73149f7
commit
365f3bd230
3 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: ~/layouts/Main.astro
|
||||
title: Getting Started
|
||||
|
||||
---
|
||||
|
||||
Astro is a modern static site builder. Learn what Astro is all about from [our homepage](https://astro.build/) or [our release post](https://astro.build/blog/introducing-astro). This page is an overview of the Astro documentation and all related resources.
|
||||
|
|
|
@ -52,6 +52,7 @@ npm install
|
|||
```
|
||||
|
||||
You can now [Start](#start-astro) your Astro project. Once you have completed assembling your Astro project you can then [Build](#build-astro) your project. Astro would then package up your application and have the static files ready for you to [Deploy](/guides/deploy) to your favourite hosting provider
|
||||
|
||||
## Manual Install
|
||||
|
||||
You can also setup Astro without the aide of the `create-astro` wizard, below are the few extra steps that are required to get Astro going.
|
||||
|
@ -79,7 +80,6 @@ Astro is designed to work with the entirety of the npm package ecosystem. This i
|
|||
|
||||
Following the instructions above, you should have a directory with a single `package.json` file inside of it. You can now setup Astro inside your project.
|
||||
|
||||
|
||||
```bash
|
||||
npm install astro
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue