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/
- Node.js (v18 or higher)
# 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
npm run dev
Visit http://localhost:3000