This repository contains the website and frame for the "Let's get Jesse Bald" campaign by Devfolio for the Onchain Summer Buildathon
- Node 18 +
- Yarn
- Create .env.local from .env.example
- Get Neynar API Keys from https://docs.neynar.com
# Using yarn (Recommended)
yarn
yarn dev
- NextJS with the App Router - https://nextjs.org/
- Frog.JS for Farcaster Frames - https://frog.fm/
- TailwindCSS - tailwindcss.com/
- Framer Motion - https://framer.com/motion/
- Prettier / ESlint - https://prettier.io/ https://eslint.org/
├── .next/
├── node_modules/
├── public/
├── src/
│ ├── app/
│ │ ├── api/ # Endpoints for the farcaster frames
│ │ ├── components/ # all resuable small components
│ │ ├── fonts/
│ │ ├── frog/ # contains frog ui for farcaster frames
│ │ ├── hooks/ # common components logic as hooks
│ │ ├── sections/ # Landing page sections
│ │ ├── styles/ # all css
│ │ ├── utils/ # common helper methods
│ │ ├── globals.css
│ │ ├── layout.tsx # html layout
│ │ ├── page.tsx # main page
├── .env.local # local env
├── .eslintrc.json
├── .gitignore
├── .prettierrc.js
├── next-env.d.ts
├── next.config.mjs
├── package.json
├── postcss.config.mjs
├── README.md
├── tailwind.config.ts
├── tsconfig.json
├── yarn.lock
Feel free to open issues and pull requests!
This project follows the all-contributors specification. Contributions of any kind welcome!