How to install bilawalsidhu/gods-eye-view. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
bilawalsidhu/gods-eye-view Installation Guide
How to install bilawalsidhu/gods-eye-view. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for bilawalsidhu/gods-eye-view. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i bilawalsidhu/gods-eye-viewor
Install via npx
npx @hexmos/ipm i bilawalsidhu/gods-eye-viewPrerequisites
Node.js
runtimeVersion: 24.14.x or 26.x
npm
package managerGoogle Maps API Key
api_keyVersion: required for 3D planet
OpenAI API Key
api_keyVersion: optional, for voice control and AI HUD
AISStream API Key
api_keyVersion: optional, for live vessel data
NASA FIRMS API Key
api_keyVersion: optional, for active fire data
TomTom API Key
api_keyVersion: optional, for real traffic data
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install and Run (Development)
git clone https://github.com/bilawalsidhu/gods-eye-view
cd gods-eye-view
npm install
cp .env.example .env
echo "Set your GOOGLE_MAPS_API_KEY in the .env file."
npm run dev -- --host localhost --port 4173Install and Run (macOS/Linux Shortcut)
git clone https://github.com/bilawalsidhu/gods-eye-view
cd gods-eye-view
./scripts/dev-fresh.shPost Installation Steps
- Open http://localhost:4173 in your browser.
- Follow the on-screen prompts for initial setup or explore manually.
- Ensure your API keys are correctly configured in the .env file for full functionality.
