Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.06 KB

File metadata and controls

38 lines (27 loc) · 1.06 KB

ZekkTech Blog

A modern and professional tech blog platform developed by ZekkStore. This platform provides high-quality technical articles, tutorials, and insights into web development, software engineering, and modern technology stack.

Tech Stack

This project is built using modern web development technologies:

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Environment Variables

Make sure to set up your .env.local with the appropriate Supabase credentials:

NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key