diff options
author | 2021-06-08 09:29:53 -0700 | |
---|---|---|
committer | 2021-06-08 09:29:53 -0700 | |
commit | 91ce5383a998a646f1cd13f167d73f520e3cc5c3 (patch) | |
tree | 1d86f73c7c9786fbec7c030522c4c367460c860d | |
parent | 9c7f07aebdd7d762f2f86dd3752773ce851cde65 (diff) | |
download | astro-91ce5383a998a646f1cd13f167d73f520e3cc5c3.tar.gz astro-91ce5383a998a646f1cd13f167d73f520e3cc5c3.tar.zst astro-91ce5383a998a646f1cd13f167d73f520e3cc5c3.zip |
Update README.md
-rw-r--r-- | packages/astro/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |