
This starter project has a simple CMS (Content Management System) dashboard built with Node.js, Tailwind CSS, and DaisyUI. It is designed to help you manage website content easily without complicated setup.
The CMS lets you create, edit, and manage your website’s content from a user-friendly interface. It is suitable for personal blogs, small business sites, or any static site that needs easy content updates.
Install Dependencies
pnpm install
Start the CMS
pnpm run all:dev
This will build the CSS and start the dashboard server also run the starter website.
Open the Dashboard Visit http://localhost:3000/cms in your browser.
Create or Edit Content Use the dashboard interface to add new posts, edit existing ones, and upload images.
Preview and Save Preview your content in real-time and save changes when ready.
This simple CMS dashboard makes managing your content easy and efficient. With a modern design and essential features, you can focus on writing and publishing without worrying about technical details.