Company website for convertYourSite — a web development agency that converts legacy Wix sites into modern, high-performance websites.
- Framework: Next.js (App Router)
- Language: TypeScript
- Styling: Tailwind CSS + MUI
- Fonts: Geist (via
next/font)
# Install dependencies
npm install
# Run the development server
npm run devOpen http://localhost:3000 to view the site.
src/
app/ # Next.js App Router pages and layouts
theme/ # MUI theme configuration and ThemeRegistry
| Command | Description |
|---|---|
npm run dev |
Start dev server |
npm run build |
Production build |
npm run start |
Start production server |
npm run lint |
Run ESLint |