From e3045f891852665993f127805c649a6480094969 Mon Sep 17 00:00:00 2001 From: Fernando Lopez Date: Tue, 15 Apr 2025 15:21:10 -0600 Subject: [PATCH] docs: Update README.md --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cff556..b0c4a13 100644 --- a/README.md +++ b/README.md @@ -97,21 +97,36 @@ ## 🚀 Getting Started 1. **📦 Installation** + + ### 🚀**Astro Installation** + ```bash + npm create astro@latest -- --template EFEELE/neonmint + ``` + or + ### 🔧**Manual Installation** + + #### Clone Repository + ```bash + git clone https://github.com/EFEELE/NeonMint.git + ``` + #### Install Dependencies ```bash npm install ``` -2. **⚡ Development** + + +3. **⚡ Development** ```bash npm run dev ``` -3. **🏗️ Build** +4. **🏗️ Build** ```bash npm run build ``` -4. **👀 Preview** +5. **👀 Preview** ```bash npm run preview ```