Interactive 3d solar system map in Three.js
Controls :
- Focus planet + informations : Double click on planet
- Rotation : left click
- Move : right lick
- Zoom : scroll
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build