The official browser client for Abstract Play.
Full contributor docs are published at docs.abstractplay.com/front/ (getting started, architecture, subsystems, deployment).
git clone https://github.com/AbstractPlay/front.git
cd front
npm install
# Edit src/config/local.js for Cognito and API endpoints
npm startSee Getting started for prerequisites (GitHub Packages, gameslib/renderer, node-backend).