The website for pendolo.studio — a creative design and web development studio.
- Next.js (App Router)
- React
- TypeScript
- Tailwind CSS
- Bun — package manager and runtime
- Three.js / React Three Fiber — 3D hero visuals
- Framer Motion — animations
Install Bun, then:
git clone <YOUR_GIT_URL>
cd pendolo-studio
bun install
bun devOpen http://localhost:3000 to view the site locally.
| Command | Description |
|---|---|
bun dev |
Start the development server |
bun run build |
Create a production build |
bun start |
Serve the production build |
bun run lint |
Run ESLint |
bun run typecheck |
Run TypeScript type checking |
This project is built for deployment on Vercel. Connect the repository to Vercel and deploy — Next.js is supported out of the box.