Getting Started .

Follow this guide to get your development environment up and running in less than 5 minutes.

Prerequisites

Ensure you have Node.js 20+ and npm/pnpm installed on your machine.

Clone & Install

Extract your Bloomtpl download and install the project dependencies.

Environment Setup

Configure your .env file with your database and provider credentials.


Initial Commands

1. Install dependencies

npm install

2. Create your environment file

cp .env.example .env

Configuration Order

To avoid build errors, please follow the documentation in this order:

The template is pre-configured with **Tailwind CSS v4** and **React 19**. Standard Next.js commands like npm run dev will work out of the box once the environment variables are set.