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

https://github.com/ldd/economy-test

quick and dirty economy simulation
https://github.com/ldd/economy-test

Last synced: about 1 year ago
JSON representation

quick and dirty economy simulation

Awesome Lists containing this project

README

          

# Economy Simulator

Quick attempt at reproducing the excellent blog post by Thomas Simon named [Building an economy simulator from scratch
](https://thomassimon.dev/ps/4)

## Installation

- use yarn (or npm)

```
yarn
```

### build

```
yarn build
```