Official documentation and marketing website for @formmorf/builder.
- Next.js 15 - React framework
- TypeScript - Type safety
- Tailwind CSS - Styling
- Framer Motion - Animations
- Radix UI - Accessible components
- next-themes - Dark mode support
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm startOpen http://localhost:3000 to view the website.
formmorf-website/
├── app/ # Next.js app directory
├── components/ # React components
│ ├── landing/ # Landing page components
│ ├── layout/ # Layout components (Header, Footer)
│ └── ui/ # Reusable UI components
├── public/ # Static assets
└── styles/ # Global styles
This site is deployed on Vercel.
MIT