From 91ce5383a998a646f1cd13f167d73f520e3cc5c3 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Tue, 8 Jun 2021 09:29:53 -0700 Subject: [PATCH] Update README.md --- packages/astro/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/astro/README.md b/packages/astro/README.md index 423b78c7a..051ec1eee 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -4,6 +4,10 @@ With Astro, you can use your favorite JavaScript framework and automatically ship the bare-minimum amount of JavaScript—by default, it's none at all! +## 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. + ## 🔧 Setup ```bash