diff options
Diffstat (limited to 'docs/quick-start.md')
-rw-r--r-- | docs/quick-start.md | 7 |
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.). |