/elematch

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

elematch

Get points by finding card sets.

Play Now

Screenshots

  • tutorial
  • ingame

Build/Run

Build the project

git clone git@github.com:elematch/elemettch.git
cd elemettch
npm install
npm run build

Run the development server

git clone git@github.com:elematch/elemettch.git
cd elemettch
npm install
npm run start

Docker

Build the docker image

git clone git@github.com:elematch/elemettch.git
cd elemettch
docker build -t elematch .

Run the container

docker run -d -p 80:80 elematch