An interactive 3D visualization of the Directus collaboration layer architecture, built with Three.js and TypeScript.
- Interactive 3D visualization of the architecture layers
- Beautiful animations and transitions
- Detailed information panels for each layer
- Responsive design
- Modern UI with Directus' signature purple theme
- Three.js for 3D rendering
- TypeScript for type-safe code
- GSAP for animations
- Vite for building and development
- CSS for styling
# 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 for deployment on Netlify. To deploy:
- Push your code to a GitHub repository
- Connect your repository to Netlify
- Netlify will automatically detect the build settings from netlify.toml
- The site will be built and deployed automatically
ISC