Agentic Alliance website landing page - A React + Vite application with ThreeJS integration.
Visit the live site at: https://agenticalliance.com
- React 18
- TypeScript
- Vite
- Tailwind CSS
- ThreeJS (@react-three/fiber & @react-three/drei)
- shadcn/ui components
- React Router
- Node.js (v18 or higher recommended)
- npm
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThis project is configured to deploy automatically to GitHub Pages using GitHub Actions:
- Any push to the
mainbranch triggers the deployment workflow - The GitHub Action will build the site and deploy it to the
gh-pagesbranch - The site will be available at the custom domain: https://agenticalliance.com
The custom domain is configured using a CNAME file in the repository. GitHub Pages will automatically use this for your domain configuration.
You can also manually trigger the deployment from the Actions tab in the GitHub repository.