0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/astro
2021-08-27 11:46:41 -07:00
..
components Add Astro <Debug/> component (#675) 2021-08-23 16:43:22 -04:00
src Fix knownEntrypoint warning for Fix __astro_hoisted_scripts.js (#1251) 2021-08-27 13:49:08 -04:00
test [ci] yarn format 2021-08-27 14:45:59 +00:00
astro.js add a real-world check for ESM<>CJS named export support (#1175) 2021-08-20 11:04:55 -07:00
CHANGELOG.md Version Packages (#1252) 2021-08-27 14:15:29 -04:00
internal.d.ts
package.json Version Packages (#1252) 2021-08-27 14:15:29 -04:00
README.md fix bad README removal 2021-08-27 11:46:41 -07: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 →