Skip to content

How do I install Underpeaks Core?

Updated 20 August 2026·2 views

Installing Underpeaks Core

Requirements

  • Node.js 18 or higher
  • npm 9 or higher
  • A supported database (Supabase, MongoDB, MySQL, PostgreSQL, or Firebase)

Steps

  1. Clone the repository:
\\\bash git clone https://github.com/underpeaks/underpeaks-core.git cd underpeaks-core \\\
  1. Install dependencies:
\\\bash npm install \\\
  1. Start the development server:
\\\bash npm run dev \\\
  1. Open http://localhost:3000 — you should see the Underpeaks landing page.
  1. Go to http://localhost:3000/installer and follow the setup wizard. This connects your database, creates all required tables, seeds demo content, and creates your admin account.
See the database adapter guides for setup instructions specific to your chosen database before running the installer.

Was this article helpful?