Welcome to the BellaChess monorepo! This repository contains all the code for the BellaChess ecosystem, including the legacy Flutter app, the new Next.js web app, and native mobile wrappers.
legacy-flutter/- The original Flutter application (with AI Coach, Etude System, and Web3 integrations)web/- The new Next.js web applicationios/- Native iOS wrapper for the web app (planned)android/- Native Android wrapper for the web app (planned)docs/- Project documentation
- Clone the repository
- Navigate to the relevant subdirectory (
legacy-flutterorweb) - Install dependencies and run the app according to the respective README in each directory
Please refer to the documentation in the docs/ directory for contribution guidelines.