astro/packages/astro
github-actions[bot] 0c314791c4
Version Packages (#1163)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-19 18:03:07 -06:00
..
components Fixes #1033 - Markdown with applied scopedStyles doesn't run Prism syntax highlight (#1037) 2021-08-11 16:52:27 -05:00
src Fix :global() scoping (#1162) 2021-08-18 20:46:47 -06:00
test Fix :global() scoping (#1162) 2021-08-18 20:46:47 -06:00
astro.js [ci] yarn format 2021-08-05 18:27:51 +00:00
CHANGELOG.md Version Packages (#1163) 2021-08-19 18:03:07 -06:00
internal.d.ts Format (#167) 2021-05-03 12:26:10 -06:00
package.json Version Packages (#1163) 2021-08-19 18:03:07 -06:00
README.md Update README.md 2021-07-15 15:38:33 -04:00
snowpack-plugin-jsx.cjs [ci] yarn format 2021-07-28 18:32:50 +00:00
snowpack-plugin.cjs [ci] yarn format 2021-07-20 04:07:49 +00:00
tsconfig.json tsconfig fix (#752) 2021-07-19 18:23:39 -07:00

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

Full Documentation Site →