Skip to content

Latest commit

 

History

History
50 lines (21 loc) · 744 Bytes

README.md

File metadata and controls

50 lines (21 loc) · 744 Bytes

A-frame Experiment 2: DNA Visualization

Description

Visualizing raw 23andMe data in 3D via A-frame. More details here

dna viz


Installation

To install the Node dependencies:

npm install

Development

To serve the site from webpack-dev-server with live updates:

npm run dev

Build

To build source files:

npm run build

Run

To run on a simple express server after build:

npm run start

Demo

Live Demo

License

This program is free software and is distributed under an MIT License.