Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eco/linkedup-app
The frontend app for the LinkedUp, a professional networking blockchain game with rewards
https://github.com/eco/linkedup-app
blockchain cosmos game sf-blockchain-week svelte
Last synced: 2 months ago
JSON representation
The frontend app for the LinkedUp, a professional networking blockchain game with rewards
- Host: GitHub
- URL: https://github.com/eco/linkedup-app
- Owner: eco
- License: mit
- Created: 2019-09-18T20:22:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:00:00.000Z (about 2 years ago)
- Last Synced: 2024-05-23T05:15:00.085Z (9 months ago)
- Topics: blockchain, cosmos, game, sf-blockchain-week, svelte
- Language: HTML
- Homepage:
- Size: 1.16 MB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linked Up
> The frontend app for "Linked Up", a professional networking blockchain game with rewards
## Install
```
yarn install
```## Usage
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.
### Notes
* Default and per-deployment settings can be configured in `config.js` and `config.platforms.js`
* The game has been designed for mobile screens only. If accessing via desktop, optimize your experience by activating [Device Mode](https://developers.google.com/web/tools/chrome-devtools/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## Contributing
PRs accepted.
## License
MIT © Eco