Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdegenne/tetsuro-matsuzawa
https://github.com/vdegenne/tetsuro-matsuzawa
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vdegenne/tetsuro-matsuzawa
- Owner: vdegenne
- Created: 2019-12-27T21:43:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T13:36:46.000Z (over 1 year ago)
- Last Synced: 2023-04-26T14:58:24.420Z (over 1 year ago)
- Language: TypeScript
- Size: 425 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetsuro Matsuzawa
Small application/game embedding a custom element simulating the memory program used by Tetsuro Matsuzawa in his cognitive tradeoff hypothesis.
## Installation
Clone the repo then install the deps
```bash
yarn install
```## Serve
Install `pm2` then
```bash
pm2 start pm2.config.js
```### production
Use `npm run watch` instead of `pm2` method if you want to modify the code and refresh the page on code change.
## Usage
Finally visit `http://localhost:43789/` to use the app.