Three.js - Project - Monkey Island Tribute

Setup

Download Node.js.

Run this followed commands:

# Install dependencies (only if parcel v2 is not installed globally otherwise step below )
npm install

# Run the local server at localhost:1234
npm run dev

# Build for production in the dist/ directory
npm run build