Home

Awesome

Lensdrop is an app that lets you reward your Lens Protocol 🌿 followers and fans with airdrops and special prizes.

Features

Running Locally

  1. Clone the repo:
git clone https://github.com/jelilat/lensdrop.git
  1. Copy/Paste the .env.dist file and complete it with your own values.

  2. Run the following commands:

npm run install
# or
yarn install
  1. Run the development server:
npm run dev
# or
yarn dev

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