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
Hello from Maken'dm!
Component created at {{ now }}
Run Your App
In your terminal:
$ cd your-project
$ pnpm dev
$ pnpm dev
What's Next?
-
Create a New Page
Use makendm new page in your terminal
-
Add Interactivity
Learn about the Maken'dm reactive system through our interactive example
🔐 Need Help?
Get detailed information about the Maken'dm framework
View API Docs