Quickstart
Run the full app on your machine in about 30 seconds. There are no API keys and no configuration.
Prerequisites
Section titled “Prerequisites”- Node.js 20 or newer and a package manager (npm, pnpm, or yarn).
- Git.
Run it
Section titled “Run it”-
Clone the repository.
Terminal window git clone https://github.com/Hotragn/H.O.T-EARTH.gitcd H.O.T-EARTH -
Install dependencies.
Terminal window npm installTerminal window pnpm installTerminal window yarn -
Start the dev server.
Terminal window npm run devTerminal window pnpm devTerminal window yarn dev -
Open http://localhost:3000. You should see the live globe with the current day/night terminator.
Verify your setup
Section titled “Verify your setup”Run the test suite and a production build to confirm everything is wired up:
npm run testnpm run buildA green test run and a clean build mean you are ready to explore the worlds registry or build your first world.