Back to Guides

Getting Started with Maken'dm

Create your first Maken'dm application with this step-by-step guide.

1. Installation

$ pnpm create makendm

When prompted, choose the framework (default is React + Tailwind), project name, and any optional integrations.

Resulting Project Structure


├── public/
├── src/
│   ├── components/
│   ├── pages/
│   └── main.jsx
├── tailwind.config.js
├── vite.config.js
└── package.json

2. Your First App

Create a Component




Run Your App

In your terminal:

$ cd your-project
$ pnpm dev

What's Next?

🔐 Need Help?

Get detailed information about the Maken'dm framework

View API Docs