Skip to content

Mkaifkazi/formmorf-website

Repository files navigation

FormMorf Website

Official documentation and marketing website for @formmorf/builder.

Tech Stack

  • Next.js 15 - React framework
  • TypeScript - Type safety
  • Tailwind CSS - Styling
  • Framer Motion - Animations
  • Radix UI - Accessible components
  • next-themes - Dark mode support

Getting Started

# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build

# Start production server
npm start

Open http://localhost:3000 to view the website.

Project Structure

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

Deployment

This site is deployed on Vercel.

License

MIT

About

Official documentation and marketing website for [@formmorf/builder]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages