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

https://github.com/glideapps/markov-react

Visualizing results from a simple Markov Chain
https://github.com/glideapps/markov-react

Last synced: 6 months ago
JSON representation

Visualizing results from a simple Markov Chain

Awesome Lists containing this project

README

          

View prototype at https://quicktype.github.io/markov-react/

### Setup

```shell
$ npm install
```

### Develop

```shell
$ npm start
```

### Build

```shell
$ npm run build
```

### Deploy

```shell
$ npm run deploy
```