mancala/apps/frontend
2026-07-16 02:00:25 +03:00
..
.vscode
nginx (frontend) add docker file 2024-10-04 23:31:55 +03:00
src feat(mobile): implement "Rejoin Game" functionality and fix storage bugs 2026-07-16 02:00:25 +03:00
.babelrc
.dockerignore (frontend) add docker file 2024-10-04 23:31:55 +03:00
.gitignore
.parcelrc
Dockerfile fix(frontend): env variable 2024-12-08 23:24:22 +03:00
package.json chore(frontend): upgrade uuid version 2024-12-22 02:02:44 +03:00
README.md fix(frontend): update websocket server default address 2024-12-22 00:55:20 +03:00
vercel.json
yarn.lock feat(frontend): display stone count in pit 2026-05-26 00:31:59 +03:00

Mancala Frontend

The web user interface for the Mancala project, written in React.

Getting Started

Install Packages

yarn install

Start in Development Mode

yarn dev

Development Dependencies

This package depends on the local packages @mancala/core and mancala.js. Refer to their documentation for further instructions.

Docker Build

docker build --build-arg  SERVER_ADDRESS=http://localhost:5000 --build-arg WS_SERVER_ADDRESS=ws://localhost:5000 -t mancala-frontend .