--- layout: ~/layouts/MainLayout.astro title: Quick Start --- ```shell # prerequisite: check that Node.js is 12.20.0+, 14.13.1+, or 16+ node --version # Make a new project directory, and navigate directly into it mkdir my-astro-project && cd $_ # prepare for liftoff... npm init astro # install dependencies npm install # start developing! npm run dev # when you're ready: build your static site to `dist/` npm run build ``` If you wish to learn more about the range of methods to install and setup Astro for your project's, please [read our installation guide.](installation) ## Start your project From inside your project directory, enter the following command into your terminal: ```bash npm run dev ``` Astro will now start serving your application on [http://localhost:3000](http://localhost:3000). Opening this URL in your browser, you should see the Astro's "Hello, World". The server will listen for live file changes in your `src/` directory, so you do not need to restart the application as you make changes during development. ## Build your project To build your project, from inside your directory enter the following build command into your terminal: ```bash npm run build ``` This will instruct Astro to build your site and save it directly to disk. Your application is now ready in the `dist/` directory. ## Deploy your project Astro sites are static, so they can be deployed to your favourite host: - [Vercel](https://vercel.com/) - [Netlify](https://www.netlify.com/) - [S3 bucket](https://aws.amazon.com/s3/) - [Google Firebase](https://firebase.google.com/) - [Read more about deploying Astro in our Deploy guide.](/guides/deploy) ## Next Steps Success! You're now ready to start developing! We recommend that you to take some time to get more familiar with the way Astro works. You can do so by further exploring our Docs, we suggest that you consider the following: 📚 Learn more about Astro's project structure in our [Project Structure guide.](/core-concepts/project-structure) 📚 Learn more about Astro's component syntax in our [Astro Components guide.](/core-concepts/astro-components) 📚 Learn more about Astro's file-based routing in our [Routing guide.](core-concepts/astro-pages) 'chris/social-feed'>chris/social-feed Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/packages/renderers/renderer-vue/static-html.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-17Version Packages (next) (#1873)create-astro@0.6.7-next.1astro@0.21.0-next.7Gravatar github-actions[bot] 25-22/+40
2021-11-17add create-astro to build:all (#1872)Gravatar Fred K. Schott 3-7/+3
2021-11-17Version Packages (next) (#1863)Gravatar github-actions[bot] 25-22/+40
2021-11-17Fix AstroComponent check (#1849)Gravatar Jonathan Neal 1-1/+1
2021-11-17[ci] yarn formatGravatar FredKSchott 1-4/+1
2021-11-17Add draft messages to nomination playbook [no-vote-needed]Gravatar Fred K. Schott 1-0/+46
2021-11-17Support custom elements (#1854)Gravatar Jonathan Neal 1-1/+1
2021-11-17[ci] yarn formatGravatar matthewp 2-13/+6
2021-11-17Fix for built scoped Vue styles (#1868)Gravatar Matthew Phillips 3-41/+76
2021-11-17fix middleware order (#1865)Gravatar Fred K. Schott 2-1/+6
2021-11-17[ci] yarn formatGravatar FredKSchott 1-15/+12
2021-11-17Address code review comments regarding styleGravatar Fred K. Schott 1-67/+60
2021-11-17Improve PR labels (#1861)Gravatar Nate Moore 2-1/+37
2021-11-17[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-11-17fix: enable node builtins (#1771)Gravatar Nate Moore 4-15/+12
2021-11-17fix: header logo/nav/svg (#1845)Gravatar John 1-36/+47
2021-11-17[ci] yarn formatGravatar natemoo-re 2-2/+2
2021-11-17fix: HMR regression (#1858)Gravatar Nate Moore 3-2/+18
2021-11-17[ci] yarn formatGravatar FredKSchott 1-3/+3
2021-11-17fix npm init flag handling in create-astro (#1862)Gravatar Fred K. Schott 2-1/+12
2021-11-17[ci] yarn formatGravatar natemoo-re 1-1/+1
2021-11-17Fix docs Netlify build (#1859)Gravatar Matthew Phillips 1-0/+4
2021-11-17[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-16Version Packages (next) (#1847)astro@0.21.0-next.5Gravatar github-actions[bot] 23-21/+28
2021-11-16[ci] yarn formatGravatar matthewp 1-3/+3
2021-11-16Fix: dev server routing when not using subpath (#1846)Gravatar Matthew Phillips 2-10/+27
2021-11-16Version Packages (next) (#1796)astro@0.21.0-next.4@astrojs/renderer-vue@0.2.0-next.1@astrojs/renderer-svelte@0.2.0-next.1@astrojs/renderer-solid@0.2.0-next.1@astrojs/renderer-react@0.3.0-next.1@astrojs/renderer-preact@0.3.0-next.1Gravatar github-actions[bot] 33-34/+98
2021-11-16Clean up, simplify types (#1816)Gravatar Drew Powers 32-184/+164
2021-11-16Fix Windows CSS bundling bug (#1840)Gravatar Drew Powers 16-240/+290
2021-11-16[ci] yarn formatGravatar natemoo-re 1-5/+5
2021-11-16Implement `client:only` handling (#1716)Gravatar Nate Moore 9-47/+131
2021-11-16[ci] collect statsGravatar FredKSchott 1-0/+1
2021-11-15Add Autoprefixer change to 0.21 migration guide (#1841)Gravatar Drew Powers 1-0/+16
2021-11-15[ci] yarn formatGravatar jonathantneal 1-0/+2