App: mobile and desktop friendly backgammon game focused on streamlined multiplayer without scorekeeping.
Architecture: react client-side webapp with firebase functions, firebase realtime database, firebaseui authentication with login with google, email, and anonymous deployed to github-pages as backgammon.family but also mirrored to peaceinthemiddleeast.firebaseapp.com
setup: yarn install
test: yarn tsc; yarn lint;
startwebserver: yarn start or yarn preview if that doesn't work
scope commands to functions: yarn workspace functions ...
Avoid adding description comments Avoid removing my comments unless surrounding code is removed don't add tests unless explicitly instructed or when adding utilities that can be tested in isolation. Use screenshots when possible, in both dark and light themes if relevant