Skip to content

The website and frame for the "Let's get Jesse Bald" campaign as part of the Onchain Summer Buildathon

License

Notifications You must be signed in to change notification settings

devfolioco/supabald-jesse

Repository files navigation

SupaBald Jesse

Preview GIF

This repository contains the website and frame for the "Let's get Jesse Bald" campaign by Devfolio for the Onchain Summer Buildathon

Deployment

Build Status

Getting Started

Prerequisites

  • Node 18 +
  • Yarn

Environment Variables

Installation

# Using yarn (Recommended)
yarn
yarn dev

Tech Stack

Project Structure

├── .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

Contributing

Feel free to open issues and pull requests!

Contributors

This project follows the all-contributors specification. Contributions of any kind welcome!

License

License

About

The website and frame for the "Let's get Jesse Bald" campaign as part of the Onchain Summer Buildathon

Resources

License

Stars

Watchers

Forks

Packages

No packages published