{"id":49887833,"url":"https://github.com/jtgsystems/stcatharines-computers","last_synced_at":"2026-05-15T19:05:07.293Z","repository":{"id":321864959,"uuid":"1087450757","full_name":"jtgsystems/stcatharines-computers","owner":"jtgsystems","description":"Modern rebuild of stcatharinescomputers.com with Next.js, Material UI, and Tailwind CSS","archived":false,"fork":false,"pushed_at":"2026-04-13T18:52:57.000Z","size":386,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T20:27:26.118Z","etag":null,"topics":["computer-repair","nextjs","niagara","service","tech-support","website"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtgsystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-10-31T23:56:05.000Z","updated_at":"2026-04-13T18:53:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jtgsystems/stcatharines-computers","commit_stats":null,"previous_names":["jtgsystems/stcatharines-computers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jtgsystems/stcatharines-computers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtgsystems%2Fstcatharines-computers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtgsystems%2Fstcatharines-computers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtgsystems%2Fstcatharines-computers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtgsystems%2Fstcatharines-computers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtgsystems","download_url":"https://codeload.github.com/jtgsystems/stcatharines-computers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtgsystems%2Fstcatharines-computers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33075270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-repair","nextjs","niagara","service","tech-support","website"],"created_at":"2026-05-15T19:05:03.597Z","updated_at":"2026-05-15T19:05:07.280Z","avatar_url":"https://github.com/jtgsystems.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# St. Catharines Computers - Modern Website\n\nA complete rebuild of stcatharinescomputers.com using modern web technologies.\n\n## 🚀 Tech Stack\n\n- **Framework**: Next.js 15 (App Router)\n- **UI Library**: Material UI (MUI) v6\n- **Styling**: Tailwind CSS v3\n- **Language**: TypeScript\n- **Database**: PostgreSQL\n- **ORM**: Prisma\n- **Forms**: React Hook Form + Zod\n- **Authentication**: NextAuth.js\n- **Deployment**: Vercel\n\n## 📋 Features\n\n- 🎨 Modern, responsive design with Material UI + Tailwind\n- ⚡ Lightning-fast performance with Next.js 15\n- 🔍 SEO optimized with Next.js metadata API\n- 📱 Mobile-first responsive design\n- 🖼️ Optimized image handling with Next.js Image\n- 📝 Content management ready\n- 📧 Contact form with email notifications\n- 🔒 Secure and scalable architecture\n\n## 🛠️ Getting Started\n\n### Prerequisites\n\n- Node.js 18+\n- npm or yarn\n- PostgreSQL database\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/jtgsystems/stcatharines-computers.git\ncd stcatharines-computers\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Set up environment variables:\n```bash\ncp .env.example .env.local\n```\n\nEdit `.env.local` with your database credentials and other configurations.\n\n4. Set up the database:\n```bash\nnpx prisma migrate dev\nnpx prisma generate\n```\n\n5. Run the development server:\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to see the site.\n\n## 📁 Project Structure\n\n```\nstcatharines-computers/\n├── app/                    # Next.js app directory\n│   ├── api/               # API routes\n│   ├── components/        # React components\n│   ├── lib/              # Utility functions\n│   ├── types/            # TypeScript types\n│   └── page.tsx          # Home page\n├── prisma/               # Database schema and migrations\n├── public/               # Static assets\n├── scripts/              # Migration and utility scripts\n├── next.config.ts        # Next.js configuration\n├── tailwind.config.ts    # Tailwind CSS configuration\n└── tsconfig.json         # TypeScript configuration\n```\n\n## 🔄 Migration from WordPress\n\n### Content Export\n\nRun the WordPress export script:\n```bash\nchmod +x scripts/export-wordpress.sh\n./scripts/export-wordpress.sh\n```\n\nThis will export:\n- All posts and pages\n- Categories and tags\n- Media references\n- SEO metadata\n\n### Content Import\n\nAfter exporting, run the import script:\n```bash\nnpm run migrate:content\n```\n\n## 🚢 Deployment\n\n### Deploy to Vercel\n\n1. Push your code to GitHub\n2. Import your repository in Vercel\n3. Configure environment variables\n4. Deploy!\n\nVercel will automatically:\n- Build your Next.js application\n- Set up edge functions for API routes\n- Configure CDN for static assets\n- Provide SSL certificates\n\n## 📚 Documentation\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Material UI Documentation](https://mui.com/)\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs)\n- [Prisma Documentation](https://www.prisma.io/docs)\n\n## 🔧 Development Scripts\n\n```bash\nnpm run dev          # Start development server\nnpm run build        # Build for production\nnpm run start        # Start production server\nnpm run lint         # Run ESLint\nnpm run migrate      # Run database migrations\n```\n\n## 📊 Performance Goals\n\n- Lighthouse Score: 90+\n- First Contentful Paint: \u003c 1.5s\n- Time to Interactive: \u003c 3.5s\n- Core Web Vitals: All passing\n\n## 🤝 Contributing\n\nThis is a private project for St. Catharines Computers.\n\n## 📝 License\n\nCopyright © 2025 JTG Systems. All rights reserved.\n\n## 📞 Contact\n\nFor support or inquiries:\n- Website: https://www.jtgsystems.com\n- Email: info@stcatharinescomputers.com\n\n---\n\nBuilt with ❤️ by JTG Systems\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtgsystems%2Fstcatharines-computers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtgsystems%2Fstcatharines-computers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtgsystems%2Fstcatharines-computers/lists"}