From 9553ba6b00679702d5c8e468948f92547548a69b Mon Sep 17 00:00:00 2001 From: Alex Rattray Date: Fri, 1 Mar 2024 18:14:04 -0500 Subject: [PATCH] docs(readme): add code blocks around commands --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84b7858..0b13f65 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ Keystatic Demo – Blog A basic blog templatebuilt with Keystatic, Next.js and Tailwind CSS. Install dependencies: - +``` npm install +``` Start the dev server: - +``` npm run dev +``` Visit http://127.0.0.1:3000/keystatic to see the Keystatic Admin UI.