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
- Host: GitHub
- URL: https://github.com/glideapps/markov-react
- Owner: glideapps
- License: apache-2.0
- Created: 2018-02-12T19:45:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T20:16:07.000Z (almost 8 years ago)
- Last Synced: 2025-07-04T20:14:38.023Z (6 months ago)
- Language: TypeScript
- Homepage: https://quicktype.github.io/markov-react/
- Size: 9.32 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```