Finishh A modern, responsive website for Team Blaze showcasing our AI & Full-Stack development services, team members, and past projects.
Visit our website: https://team-4blaze.github.io/Website/
- React 18.3.1
- TypeScript
- Vite
- React Router 6.23.1
- Framer Motion
- Tailwind CSS
- tsParticles
- Lucide Icons
- Dark/Light Mode
- Animated UI components with Framer Motion
- Responsive design for all devices
- Interactive particle backgrounds
- SEO optimized
- Fast loading and performance
- Accessible design
/
├── .github/workflows/ # CI/CD workflows for GitHub Actions
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable UI components
│ ├── context/ # React Context providers
│ ├── data/ # Static data files
│ ├── pages/ # Page components
│ ├── App.tsx # Main app component
│ ├── index.css # Global styles
│ └── main.tsx # Entry point
├── designs/ # Design documentation
└── memory-bank/ # Project context and requirements
- Node.js 18+
- npm or yarn
-
Clone the repository
git clone https://github.com/Team-4Blaze/Website.git cd Website -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open http://localhost:3004 to view it in the browser
npm run buildThe website is automatically deployed to GitHub Pages when changes are pushed to the main branch. For manual deployment:
-
Build the project
npm run build
-
Push to GitHub
git push origin main
-
GitHub Actions will automatically deploy the site
vite.config.ts- Vite configurationtailwind.config.js- Tailwind CSS configuration.github/workflows/deploy.yml- GitHub Actions deployment workflow
- Team Blaze Development Team
