Skip to content

Fork began on Sept 9 2024 to re-implement Bloom style changes and user instructions into our Inverter bounty dapp instance.

License

Notifications You must be signed in to change notification settings

magentaceiba/bloom-bounties

 
 

Repository files navigation

license Follow on Twitter

Inverter / Bounty On The Fly Dapp

App Router + Chakra UI Next.js + Redux + Wagmi ( Viem ) + Dynamic + PWA + PipeLine

Configuration

Install Bun:

# Supported on macOS, Linux, and WSL

curl -fsSL https://bun.sh/install | bash

# Upgrade Bun every once in a while

bun upgrage

Recommended Editor: VsCode. For the best experience, install the Eslint and Prettier extensions.

Start by setting up your environment:

cp .env.example .env

Edit the /.env file with the necessary settings.

Quick Start

# Install dependencies

bun i

# Run the development server

bun dev

# Run the production server

bun run build && bun start

AWS Deploy Configuration

For automated processes like CI/CD using AWS CodePipeline:

  1. Edit line 41 in /.github/.workflows/aws-ecr.yml to match your AWS ECR_REPOSITORY Name.

GitHub Secrets Configuration

For automated processes like CI/CD using GitHub Actions:

  1. Navigate to your GitHub repository and access the Settings tab.
  2. Locate the Secrets option in the left sidebar.
  3. Use the New repository secret button to add new secrets.
  4. Specifically, add secrets for DYNAMIC_ID_DEV and DYNAMIC_ID_PROD .

About

Fork began on Sept 9 2024 to re-implement Bloom style changes and user instructions into our Inverter bounty dapp instance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • CSS 2.4%
  • JavaScript 0.8%