Skip to content

iRath96/som-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

som-demo

A demo of self-organizing maps using React, TypeScript and three.js.

Check it out here.

demo

How to install

  1. cd som-demo
  2. npm install

To run:

  1. npm run dev

To build:

  1. npm run dist