Skip to content

Latest commit

 

History

History
93 lines (67 loc) · 2.84 KB

README.md

File metadata and controls

93 lines (67 loc) · 2.84 KB

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