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
- Clone the repository:
\\bash
git clone https://github.com/underpeaks/underpeaks-core.git
cd underpeaks-core
\\\
- Install dependencies:
\\bash
npm install
\\\
- Start the development server:
\\bash
npm run dev
\\\
- Open http://localhost:3000 — you should see the Underpeaks landing page.
- 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.
Was this article helpful?