https://github.com/calebephrem/mars-explorer
https://github.com/calebephrem/mars-explorer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebephrem/mars-explorer
- Owner: calebephrem
- License: mit
- Created: 2025-08-19T07:52:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-19T10:02:07.000Z (10 months ago)
- Last Synced: 2025-08-19T11:20:44.632Z (10 months ago)
- Language: HTML
- Size: 58.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ช Explorer Mars
**explorer-mars** is a web-based experience that lets you explore the Red Planet in 3D.
## ๐ What It Does
- ๐งญ Navigate 3D models of Mars' surface
- ๐ Discover curated facts and truths about Mars' geology, atmosphere, and history
- ๐ง Learn about Mars' seasons, and potential for life
- ๐จ Smooth, immersive UI built for desktop and mobile
You can see it live [here](https://explorer-mars.netlify.app) (if it looks broken, just hit refresh, that should solve the problem, until it is fixed)
## ๐งช Local Development
```bash
git clone https://github.com/calebephrem/explorer-mars
cd explorer-mars
npm install
npm run dev
```