Skip to content

Latest commit

 

History

History
124 lines (88 loc) · 2.42 KB

File metadata and controls

124 lines (88 loc) · 2.42 KB

hyperpolymath.github.io — Quick Start for Users

What is hyperpolymath.github.io?

Hyperpolymath.Github.Io — See README.adoc for details.

Prerequisites

Before you begin, ensure you have:

  • just — task runner (install guide)

  • Platform-specific requirements listed below

Platform Additional Requirements

Linux

See README.adoc

macOS

See README.adoc

Windows

See README.adoc

Install

# Clone and set up
git clone https://github.com/hyperpolymath/hyperpolymath.github.io.git
cd hyperpolymath.github.io
just setup

The setup script will:

  • Detect your platform and shell

  • Install missing dependencies (with your permission)

  • Configure the application

  • Offer install location choices

  • Run a self-diagnostic to verify everything works

Option 2: Container (via Stapeln)

just stapeln-run

Option 3: Portable (no system changes)

just install --portable --prefix=./hyperpolymath.github.io-portable

First Run

just run

Expected output:

Hyperpolymath.Github.Io started successfully.

Self-Diagnostic

If something isn’t working:

just doctor

This checks all dependencies, permissions, paths, and connectivity. If it finds issues, it will suggest fixes.

To attempt automatic repair:

just heal

Get Help

Uninstall

just uninstall

You will be asked:

  1. Which uninstall tier (Bennett reversible, parameter-based, standard, or secure)

  2. Whether to include or exclude your data

  3. Whether to clear caches and LLM models

Next Steps

  • Read the README for full feature overview

  • Read the EXPLAINME for architecture and design decisions

  • Try just tour for a guided walkthrough