Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 365 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 365 Bytes

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