This is a Next.js blog starter project modified and optimized from Kamigami55/nextjs-tailwind-contentlayer-blog-starter and timlrx/tailwind-nextjs-starter-blog building with modern tech stacks like TypeScript, Tailwind CSS and Contentlayer.
Run the following script to auto generate a new post.
npm run compose
# or
yarn compose
# or (recommend)
pnpm compose
First, run the development server:
npm run dev
# or
yarn dev
# or (recommend)
pnpm dev
Open http://localhost:3000 with your browser to see the result.
Check on timlrx/tailwind-nextjs-starter-blog