Quickstart Guide

Get Ontos Cosmos running in under 10 minutes.

Installation

git clone https://github.com/ontos-cosmos/ontos-cosmos.git
cd ontos-cosmos
npm install
npm run dev

Step 1: Prerequisites

Node.js 18+, Docker, and Git installed.

Step 2: Configuration

Copy .env.example to .env and configure your settings.

Step 3: Deploy

Run npm start to launch your instance.