This is a monorepo project that includes multiple packages and applications. The project uses TypeScript, React, and several other libraries and tools.
apps/feeling-lucky
: Contains example mini-apppackages/sdk
: Contains the SDK used by mini-apps
- Node.js
- Yarn
-
Clone the repository:
git clone <repository-url> cd <repository-directory>
-
Install dependencies:
yarn install
- Start the development server:
yarn sdk:dev yarn fl:dev
-
Navigate to the SDK directory:
cd packages/sdk
-
Build the SDK:
yarn build
This project is licensed under the MIT License.