mancala/apps/frontend
2024-12-08 23:24:22 +03:00
..
.vscode (refactor) change folder structure 2024-06-18 01:11:26 +03:00
nginx (frontend) add docker file 2024-10-04 23:31:55 +03:00
src fix(frontend): env variable 2024-12-08 23:24:22 +03:00
.babelrc (refactor) change folder structure 2024-06-18 01:11:26 +03:00
.dockerignore (frontend) add docker file 2024-10-04 23:31:55 +03:00
.gitignore (refactor) change folder structure 2024-06-18 01:11:26 +03:00
.parcelrc (refactor) change folder structure 2024-06-18 01:11:26 +03:00
Dockerfile fix(frontend): env variable 2024-12-08 23:24:22 +03:00
package.json v0.4.6 2024-12-08 22:49:21 +03:00
README.md fea(frontend): add WS_SERVER_ADDRESS env 2024-12-08 22:47:02 +03:00
vercel.json (refactor) change folder structure 2024-06-18 01:11:26 +03:00
yarn.lock (refactor) change folder structure 2024-06-18 01:11:26 +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=http://localhost:5000 -t mancala-frontend .