The web framework that scales with you — Build fast content sites, powerful web applications, dynamic server APIs, and everything in-between ⭐️ Star to support our work!
bf4ba7c3ee
* new publish docs * Minor cleanup - Removed trailing whitespaces. - Fixed a typo where `components` was misspelled. - Moved all links to references at the bottom of the file. - On line 162, I added bash for the file tree example as it was used for the previous example on line 29. - Added a new line between examples that had a DO and DO NOT. - The code snippet from line 85 is a good example. Having that li'l space made it much nicer to read. * cleanup publish docs * add note on experimental nature of npm package support Co-authored-by: Devin W. Leaman <git@4lch4.email> |
||
---|---|---|
.changeset | ||
.github | ||
.vscode | ||
assets | ||
docs | ||
examples | ||
packages | ||
scripts | ||
tools/vscode/syntaxes | ||
www | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc.json | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
FUNDING.md | ||
FUNDING.yml | ||
GOVERNANCE.md | ||
lerna.json | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.base.json | ||
yarn.lock |
Astro is a fresh but familiar approach to building websites. Astro combines decades of proven performance best practices with the DX improvements of the component-oriented era. Use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default.
Announcement Post →
Full Documentation Site →
Project Status
⚠️ Astro is still an early beta, missing features and bugs are to be expected! If you can stomach it, then Astro-built sites are production ready and several production websites built with Astro already exist in the wild. We will update this note once we get closer to a stable, v1.0 release.
Quick Start
# get started with astro in 3 easy steps:
mkdir new-project-directory
cd new-project-directory
npm init astro