Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 291 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 291 Bytes

Voxgl

A voxel sandbox with Webgl.

Build for produciton :

npm run build

Build on change for development :

npm run start

To run the example, run an http server at root after building in develoment mode: (example with http-server)

npm i
npm run start
http-server .