Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 764 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 764 Bytes

Base application for Betfinc Ecosystem

Based on module federation and build on React and rsbuild

Manifest

Overview

In order for module federation to work, you need to have a manifest file.

Configuration

  • Production: Fetch the manifest from the remote server using PUBLIC_MANIFEST environment variable
  • Local Development: Use a local manifest file

Local Setup

  1. Locate the manifest template at ./public/bf-manifest-example.json
  2. Create a copy named bf-manifest-local.json in the public directory
  3. Modify the copied file according to your requirements

Getting started:

  1. create .npmrc with your custom github token
  2. bun i
  3. bun run dev