Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 565 Bytes

File metadata and controls

29 lines (20 loc) · 565 Bytes

GistPin Frontend

This is the GistPin web frontend, built with Next.js, responsible for:

  • Displaying nearby gists on a map
  • Allowing users to drop anonymous gists
  • Interacting with the Flare smart contract and backend API

This app is for end users who want to explore and contribute hyperlocal content.


🧰 Tech Stack

  • Next.js (App Router)
  • TypeScript
  • Ethers.js (Flare interaction)
  • Map provider (TBD)

⚙️ Setup Instructions

Requirements

  • Node.js ≥ 18
  • npm / yarn / pnpm / bun

Install

npm install