From 6eeacdd6a68184b3b45fe208ca776b435bef43f0 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 1 Jul 2024 17:29:18 +0200 Subject: [PATCH] edit readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80fdb72..41758f7 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,13 @@ To customize Font families, Colors or more Elements refer to the following files - `src/components/CustomStyles.astro` - `src/assets/styles/tailwind.css` -### Deploy +### Preview + +You can create a local preview on your web browser with: + +```shell +npm run dev +``` #### Deploy to production (manual)