An open API service indexing awesome lists of open source software.

https://github.com/mizzao/networked-wealth-game

Abstraction of a mini-society for studying the emergence of socioeconomic inequality.
https://github.com/mizzao/networked-wealth-game

behavioral economics experiment meteor vue

Last synced: 2 months ago
JSON representation

Abstraction of a mini-society for studying the emergence of socioeconomic inequality.

Awesome Lists containing this project

README

        

# Networked Wealth Game Prototype

Getting started:

1. [Install Meteor].
2. `git clone` this repository locally.
3. Install NPM dependencies: `meteor npm install`
4. Run `meteor`.
5. Browse to http://localhost:3000.

[Install Meteor]: https://www.meteor.com/install

The main frameworks behind this app are [Meteor] and [Vue] 2. Meteor
provides easy, automagical data synchronization between different
clients, and Vue is a reactive front-end framework that declaratively
renders that data. Together these technologies make it much easier to
structure and study real-time interaction.

[Meteor]: https://www.meteor.com/
[Vue]: https://vuejs.org/