This guide explains how to install, customize, and deploy a BloomTPL CMS template built with Next.js 15, Tailwind CSS, shadcn/ui, and Sanity.io.
npm install.env.example to .env and fill in your Sanity project details.cp .env.example .envSANITY_PROJECT_ID – Your Sanity project IDSANITY_DATASET – Your Sanity dataset nameSANITY_API_TOKEN – Your Sanity API token (if needed for write access)npm run devYour app will be running at http://localhost:3000./studio folder and run:npm install && npm run devThis will start the Sanity Studio for content management./app and /components directories to update layout, styles, and structure.tailwind.config.js to customize your color palette, fonts, and breakpoints.npx shadcn-ui@latest add [component]Replace [component] with the desired UI element (e.g., button, card).app/layout.tsx and page-level metadata for SEO and social sharing.npm run buildNODE_ENV=production and run npm run build before serving..env.If you have any questions or run into issues, contact our support team at bloomtpl@gmail.com.