Skip to content

iankmm/hehehub

Repository files navigation

Hehe - A Meme Sharing Platform

A TikTok-style meme sharing platform built with Next.js, where users can scroll through memes, like them with "hehe" reactions, and share their own memes. Creators are rewarded for bringing laughter to the community. Users can also mint NFTs from their most favorite memes, and keep a record of their reactions to funny posts.

Deployed to: https://hehehub.vercel.app/

1. Prerequisites

  • Node.js (v18 or higher)

3. Project Setup

# Clone the repository
git clone https://github.com/iankmm/hehehub.git
cd hehehub

# Install dependencies
npm install

### 5. Environment Configuration

Create a `.env` file:
```bash
cp .env.example .env

Fill in the .env file with the correct values

7. Start Development Server

npm run dev

Visit http://localhost:3000