This website was made with React Three Fiber.
- HTML, CSS, JavaScript + React Three Fiber
- Smooth scrolling in each section
- Visually stunning postprocessing effects
- Responsive interface using media queries
- Site maintains optimal performance with low-res images and optimized geometry
- Advanced camera capabilities
- Node.js (v18 or higher)
- npm or yarn
- Modern web browser with WebGL support
-
Clone the repository
git clone https://github.com/yourusername/spcwby.git cd spcwby -
Install dependencies
npm install
-
Start development server
npm start
-
Open your browser Navigate to
http://localhost:3000
# Create optimized production build
npm run build
# Serve locally to test
npm install -g serve
serve -s buildnpm run deploy# Check code for issues
npm run lint
# Auto-fix most issues
npm run lint:fix
# Fix both linting and formatting
npm run format
# Check everything (no fixes)
npm run check- React - UI framework
- React Three Fiber - 3D graphics and animations
- Three.js - WebGL 3D library
- React Router - Client-side routing
- @react-three/drei - Useful helpers for R3F
- @react-three/postprocessing - Post-processing effects
- three-stdlib - Three.js extensions


