The frontend app for "Linked Up", a professional networking blockchain game with rewards
yarn install
Before continuing, follow the instructions for the backend services found in https://github.com/eco/linkedup. Once these services are available, you can bring up the app dev server with the following command:
yarn dev
Open http://localhost:5000 to begin playing. The dev server will automatically reload the page upon source code changes.
- Default and per-deployment settings can be configured in
config.js
andconfig.platforms.js
- The game has been designed for mobile screens only. If accessing via desktop, optimize your experience by activating Device Mode
- To play without QR Codes, you may manually open the URL that corresponds to each player's badge in the form of https://localhost:5000/badge/BADGE_ID
PRs accepted.
MIT © Eco