From e826f7caab0d07a27188aab04ca6e9d7d7c35314 Mon Sep 17 00:00:00 2001 From: Ryan Christian <33403762+rschristian@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:11:08 -0500 Subject: [PATCH] docs: Make ReadMe warning stand out (#1820) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1151f1e31..6c53d3e2d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # preact-cli [![NPM Downloads](https://img.shields.io/npm/dm/preact-cli.svg)](https://www.npmjs.com/package/preact-cli) [![NPM Version](https://img.shields.io/npm/v/preact-cli.svg)](https://www.npmjs.com/package/preact-cli) -> Start building a [Preact] Progressive Web App in seconds 🔥 +> [!WARNING] +> `preact-cli` unfortunately no longer sees active development! It's stable so you can rely upon it for all of your existing apps, but for creating new ones, we recommend [Vite](https://vitejs.dev) via [`create-preact`](https://github.com/preactjs/create-preact). It offers many of the same features but is a much faster, more modern experience. Thanks to all the contributors and users over the years! -> **Note** -> `preact-cli` no longer sees active development! It's stable so you can rely upon it for all of your existing apps, but for creating new ones, we recommend Vite via [`create-preact`](https://github.com/preactjs/create-preact). It's a much faster, more modern experience and we're working to bring some Preact-CLI/WMR features to it. +> Start building a [Preact] Progressive Web App in seconds 🔥 ### Contents