0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/astro
2021-07-15 15:36:19 -04:00
..
components New Props API (#515) 2021-06-24 17:48:24 -05:00
src select random ports if defaults are taken (#695) 2021-07-14 16:00:21 -05:00
test [ci] yarn format 2021-07-13 12:28:50 +00:00
astro.cjs Improve error handling in unsupported node versions (#649) 2021-07-09 14:29:51 -05:00
CHANGELOG.md Version Packages (next) (#678) 2021-07-13 11:21:58 -04:00
internal.d.ts Format (#167) 2021-05-03 12:26:10 -06:00
package.json select random ports if defaults are taken (#695) 2021-07-14 16:00:21 -05:00
README.md Update README.md 2021-07-15 15:36:19 -04:00
snowpack-plugin.cjs select random ports if defaults are taken (#695) 2021-07-14 16:00:21 -05:00
tsconfig.json Refactor astro export map, add source-map-support (#161) 2021-05-03 13:18:08 -05: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.

Learn more: https://astro.build/blog/introducing-astro

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 →