Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 647 Bytes

File metadata and controls

29 lines (21 loc) · 647 Bytes

Next.js + Hashnode static blog starter

  • ⚡️ Next.js 14
  • ⚛️ React 18
  • ✨ TypeScript
  • 💨 DaisyUI - Prebuilt themes written in Tailwind CSS
  • 💎 Static built site - Optimized for SEO

Getting Started

1. Clone the repository

npx create-next-app -e https://github.com/kwinyyyc/nextjs-hashnode-tailwind-ts-starter project-name

2. Install the dependencies

yarn install

3. Rename .env.example to .env and update the values

NEXT_PUBLIC_HASHNODE_GQL_ENDPOINT=https://gql.hashnode.com
NEXT_PUBLIC_HASHNODE_PUBLICATION_HOST=[your-host-name].hashnode.dev
NEXT_PUBLIC_MODE=development