From 0dc4343cd74ca1ec29e7f9f539249ae26c06d396 Mon Sep 17 00:00:00 2001 From: Emil Gulamov <125820963+mearashadowfax@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:09:30 -0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2082e16..958cde7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ ScrewFast is an **open-source template** designed for quick and efficient web pr * [Deployment](#deployment) * [Building Your Site](#building-your-site) * [Deploying to Vercel](#deploying-to-vercel) + * [Deploying to Netlify](#deploying-to-netlify) * [Project Structure](#project-structure) * [Static Assets and Public Resources](#static-assets-and-public-resources) * [Customization](#customization) @@ -157,6 +158,12 @@ Click the button below to start deploying your project on Vercel: [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmearashadowfax%2FScrewFast) +### Deploying to Netlify + +Click the button below to start deploying your project on Netlify: + +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/mearashadowfax/ScrewFast) + ## Project Structure ScrewFast organizes modular components, content, and layouts to streamline development and content management.