World View is a collection of JavaScript and WebGL/GLSL techniques used to create an interactive planet with focusable markers using three.js and GSAP. This goal of this repo is for it to evolve into a more developer friendly tool allowing for easy planetary rendering and data mapping.
- Run
npm install
- Duplicate
.env.sample
and rename to.env
- Update the
MIX_BS_PROXY
value to the vhost you're using locally - Run
npm start
to build and watch files