An open API service indexing awesome lists of open source software.

https://github.com/warioddly/earth

A 3D earth project where I used Three.js search to create a realistic rendering of our planet. The goal of the project was to create an interactive 3D earth globe. 🌍
https://github.com/warioddly/earth

3d 3d-graphics blender css javascript js threejs web webgl website website-design

Last synced: 11 months ago
JSON representation

A 3D earth project where I used Three.js search to create a realistic rendering of our planet. The goal of the project was to create an interactive 3D earth globe. 🌍

Awesome Lists containing this project

README

          

# Earth

1. Build the project for production:
```bash
npm build
```
or development
```bash
npm dev
```

2. Run project in development
```bash
npm start
```
serve development
```bash
npm dev:server
```