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.
- Host: GitHub
- URL: https://github.com/mizzao/networked-wealth-game
- Owner: mizzao
- Created: 2017-05-25T22:01:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T10:35:44.000Z (over 7 years ago)
- Last Synced: 2025-01-27T06:28:40.202Z (4 months ago)
- Topics: behavioral, economics, experiment, meteor, vue
- Language: Vue
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/