Get the project set up and running locally by running these commands from your terminal:
git clone https://github.com/kig/gl-volume3d-demo
cd gl-volume3d-demo
npm install
npm startAfter running npm start, a budo server
should start running on http://localhost:9966/.
Enjoy!
MIT