Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inverternetwork/bounty
https://github.com/inverternetwork/bounty
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/inverternetwork/bounty
- Owner: InverterNetwork
- License: apache-2.0
- Created: 2024-01-10T19:49:44.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-27T14:28:48.000Z (5 months ago)
- Last Synced: 2024-09-09T21:24:16.917Z (4 months ago)
- Language: TypeScript
- Homepage: https://bounty-ivory.vercel.app
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![license](https://img.shields.io/badge/license-Apache%202-blue)](/LICENSE.md)
[![Follow on Twitter](https://img.shields.io/twitter/follow/inverternetwork.svg?label=follow+INVERTER)](https://twitter.com/inverternetwork)## Inverter / Bounty On The Fly Dapp
App Router + Chakra UI Next.js + Redux + Wagmi ( Viem ) + Dynamic + PWA + PipeLine
## Configuration
**Install Bun**:
```bash
# Supported on macOS, Linux, and WSLcurl -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:
```bash
cp .env.example .env
```Edit the `/.env` file with the necessary settings.
## Quick Start
```bash
# Install dependenciesbun 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` .