You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Growth Engine Web
High-performance marketing site for a digital growth agency. Built with Vite, React, shadcn/ui, and Tailwind CSS.
## Getting Started
```sh
git clone
cd growth-engine-web-main
npm install
npm run dev
```..
The development server runs at `http://localhost:5173`. Build for production with `npm run build` and preview with `npm run preview`.
## Project Structure
- `src/main.tsx` – React entry point
- `src/App.tsx` – App shell and route registration
- `src/pages` – Top-level pages (Hero, Services, Projects, About, Contact)
- `src/components` – Reusable UI sections (case studies, FAQ, testimonials, pricing, etc.)
- `public` – Static assets such as favicons and the primary social preview image `core3.png`
## Available Scripts
- `npm run dev` – Start the Vite dev server
- `npm run build` – Create a production build in `dist`
- `npm run preview` – Preview the production build locally
- `npm run lint` – Run ESLint across the project
## Deployment
Any static hosting provider that supports a Vite build output will work (Netlify, Vercel, Render, Cloudflare Pages, etc.). Build locally or via CI with `npm run build` and deploy the `dist` directory.
# portfolio