We Build The Future of Open Source.
A Geek-style official website for OpenVertex organization, featuring Matrix/Terminal aesthetics, Glitch effects, and dynamic member showcase.
Live Demo: https://openvertex.github.io/
- Framework: React + TypeScript + Vite
- Styling: Tailwind CSS
- Animations: Framer Motion
- Icons: Lucide React
- Deployment: GitHub Pages (via GitHub Actions)
- Matrix Rain Background: Custom canvas implementation of the classic digital rain effect.
- Glitch Text Effects: Cyberpunk-inspired text animations.
- Dynamic Team Section: Automatically fetches and displays organization members from GitHub API.
- Responsive Design: Fully optimized for mobile, tablet, and desktop.
- Dark Mode: Immersive dark theme with neon green accents.
-
Clone the repository
git clone https://github.com/OpenVertex/openvertex.github.io.git
-
Install dependencies
npm install
-
Start development server
npm run dev
-
Build for production
npm run build
This project is configured to automatically deploy to GitHub Pages when changes are pushed to the main branch.
- Workflow:
.github/workflows/deploy.yml - Configuration:
vite.config.ts(base: '/')
MIT © OpenVertex