This guide explains how to install, customize, and deploy a BloomTPL base template built with Next.js 15, Tailwind CSS, and shadcn/ui.
npm installnpm run devYour app will be running at http://localhost:3000./app directory and components in /components to update text, images, and layout.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.If you have any questions or run into issues, contact our support team at bloomtpl@gmail.com.