https://connectx2025.netlify.app/
This repository contains the source for the ConnectX landing site — a promotional/informational single-page website that showcases the event, speakers, agenda, partners, and ways to join or contact the organizers.
- Presenting event details and agenda
- Highlighting speakers and partners
- Providing registration/join/contact information
- Serving as the canonical public page for ConnectX
- Vite (build tooling)
- React (UI)
- TypeScript
- Tailwind CSS (styling)
- PostCSS
Files and tools in this repo that reflect the stack:
vite.config.tstsconfig.json/tsconfig.app.jsontailwind.config.js/postcss.config.jssrc/contains React + TypeScript components
https://connectx2025.netlify.app/
Requirements: Node.js (16+ recommended) and npm or pnpm.
Using npm (Windows PowerShell):
npm install
npm run devBuild for production:
npm run build
npm run previewIf you use pnpm or yarn, replace npm accordingly.
public/— static assetssrc/— React app and componentsindex.html— app entrypackage.json— scripts & dependencies