Check out the live demo of the Payload Tailwind Blog Starter:
A modern, performant, and customizable blog starter built with Payload CMS, Next.js, and Tailwind CSS.
Deploy your own copy of this blog starter to Vercel with one click.
You'll need to set up your PAYLOAD_SECRET
and ADMIN_PASSWORD
in the project settings.
Please note that this project uses Payload CMS version 3.0.0-beta.108, which is still in beta. While it offers exciting new features and improvements, it may not be fully stable for production use.
We recommend keeping an eye on the Payload CMS GitHub repository for updates and the official release of version 3.0.0.
```bash
git clone https://github.com/your-username/payload-tailwind-blog-starter.git
cd payload-tailwind-blog-starter
```
2. Install dependencies:
```bash
pnpm install
```
3. Set up your environment variables:
Create a .env
file in the root directory and add necessary variables.
```bash
pnpm dev
```
5. Open http://localhost:3000 in your browser to see the result.
pnpm dev
: Start the development serverpnpm build
: Build the production-ready applicationpnpm start
: Start the production serverpnpm lint
: Run ESLintpnpm payload
: Run Payload CMS commandspnpm generate:types
: Generate Payload typespnpm migrate:create
: Create a new database migrationThis project is open source and available under the MIT License.