Quick Start Guide
Get Plugin Agency up and running on your local machine in just a few minutes. This guide will walk you through the essential steps to clone, configure, and launch the application.Make sure you have Node.js installed on your system before proceeding. Node.js 18 or higher is recommended.
Setup Steps
Clone the Repository
Clone the Plugin Agency repository from GitHub:This will download the project and navigate into the project directory.
Install Dependencies
Install all required dependencies using your preferred package manager:This will install:
- React 19.2.0 and React DOM
- Vite 7.2.4 (build tool)
- Nodemailer 7.0.13 (email handling)
- react-google-recaptcha 3.1.0 (spam protection)
- Lucide React 0.575.0 (icon components)
- All development dependencies including ESLint
Configure Environment Variables
Create a Add the following environment variables:
.env file in the root directory of your project:Get your reCAPTCHA keys from the Google reCAPTCHA Admin Console. You’ll need to register your site and get both a site key and secret key.
Start the Development Server
Launch the Vite development server:You should see output similar to:
The development server runs on port 5173 by default. Open your browser and navigate to
http://localhost:5173 to see your application.Verify Installation
Your Plugin Agency landing page should now be running! You should see:
- A dynamic video background in the hero section
- Responsive navigation bar
- Team showcase with avatars
- Services overview section
- Contact form with reCAPTCHA
Build for Production
Once you’re ready to deploy, build the production version:dist/ directory.
Preview Production Build
Test your production build locally before deploying:Next Steps
Detailed Installation
Learn more about prerequisites, configuration, and troubleshooting.
Configuration
Customize your Plugin Agency installation.