From ec24b2157c14b70e86bcafbe1b1b2947b75d2c9a Mon Sep 17 00:00:00 2001 From: August Miller Date: Thu, 8 Feb 2024 09:12:34 -0800 Subject: [PATCH] Beta notes, GH Markdown formatting --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d51dc1d9..029481ca 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ _Europa_ shows off many of Craft’s [core features](https://craftcms.com/featur Read more about Craft’s [technical requirements](https://craftcms.com/docs/5.x/requirements.html) in the official documentation. +> [!WARNING] +> This branch uses a beta version of Craft 5. Use it to [explore the new features](https://craftcms.com/blog/craft-5-beta-released) ahead of a stable release! + ### Front End Dependencies _Europa_’s front-end was built with modern Javascript and CSS tools. Craft itself has no rules about how you structure your front-end code—so we’ve taken the opportunity to share a handful of techniques that couple Twig templates with front-end interactivity. @@ -56,7 +59,8 @@ You can use the CLI to create a new user, as well: docker-compose exec web php craft users/create --admin ``` -:sparkle: Visit the control panel in your running project `http://localhost:8080/admin`! +> [!TIP] +> Visit the control panel in your running project `http://localhost:8080/admin`! ### DDEV