summaryrefslogtreecommitdiff
path: root/docs/quick-start.md
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2021-07-07 20:10:09 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-07 20:10:09 +0000
commit1bbe98ae54eb6018184fdc3875fe689775510ad6 (patch)
treeeb8500d84704793c0d5b711f2e8f1b3822a83532 /docs/quick-start.md
parent53fcae1a9a26e3e2e9d6aca7ec71acc13a3556ea (diff)
downloadastro-1bbe98ae54eb6018184fdc3875fe689775510ad6.tar.gz
astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.tar.zst
astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.zip
[ci] yarn format
Diffstat (limited to '')
-rw-r--r--docs/quick-start.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/quick-start.md b/docs/quick-start.md
index f872e67b6..726fdc187 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -23,9 +23,7 @@ npm run start
npm run build
```
-To deploy your Astro site to production, upload the contents of the `/dist` folder (generated by running `npm run build`) to your favorite hosting provider.
-
-
+To deploy your Astro site to production, upload the contents of the `/dist` folder (generated by running `npm run build`) to your favorite hosting provider.
## Start your project
@@ -39,7 +37,6 @@ Your application is now running on [http://localhost:3000](http://localhost:3000
Astro will listen for file changes in your `src/` directory, so you do not need to restart the application as you make changes during development.
-
## Build your project
Go back to your command-line terminal, and run the following command in your project directory:
@@ -48,4 +45,4 @@ Go back to your command-line terminal, and run the following command in your pro
npm run build
```
-This will build your site and write it to disk in the `dist/` directory. Astro sites are static, so they can be deployed to your favorite host (Vercel, Netlify, an S3 bucket, etc.). \ No newline at end of file
+This will build your site and write it to disk in the `dist/` directory. Astro sites are static, so they can be deployed to your favorite host (Vercel, Netlify, an S3 bucket, etc.).