This project was generated using Angular CLI version 20.3.6.
Backend
cd backend
npm install
Frontend
cd frontend
npm install
Run Both Servers in Seperate Terminals Backend
cd backend
node app.js
npm start
Frontend
cd frontend
ng serve --proxy-config proxy.conf.json
This project integrates the postflop-solver engine by Wataru Inariba, licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later).
The solver is compiled to WebAssembly and included as a dependency in the backend for running GTO calculations All original solver rights belong to the respective author(s).