Studio Hyperdrive - Interactive Map - Package
General
This package is aimed at simplifying common three.js setups for interactive maps.
The package is built with:
- node:
v14.16.1
( ~ lts/fermium
) - yarn:
v1.22.10
- npm:
v6.14.12
- three:
^0.132.2
For a complete list of packages and version check out the package.json
file.
Setup
- Navigate to the package root
cd package
- (Optional) Install recommended Node version
nvm i
- Install dependencies
npm i
- (Optional) Run
npm run symlink
in the example
folder to avoid having to publish every little change - Run
npm run build
after making changes
Team