Skip to content

Quickstart

Run the full app on your machine in about 30 seconds. There are no API keys and no configuration.

  • Node.js 20 or newer and a package manager (npm, pnpm, or yarn).
  • Git.
  1. Clone the repository.

    Terminal window
    git clone https://github.com/Hotragn/H.O.T-EARTH.git
    cd H.O.T-EARTH
  2. Install dependencies.

    Terminal window
    npm install
  3. Start the dev server.

    Terminal window
    npm run dev
  4. Open http://localhost:3000. You should see the live globe with the current day/night terminator.

Run the test suite and a production build to confirm everything is wired up:

Terminal window
npm run test
npm run build

A green test run and a clean build mean you are ready to explore the worlds registry or build your first world.