Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 391 Bytes

File metadata and controls

21 lines (19 loc) · 391 Bytes

Quick Start Guide

Follow these steps to get started with Pathfinder AI OS:

  1. Clone the repository:
    git clone https://github.com/yourusername/pathfinder-os.git
  2. Install dependencies:
    cd pathfinder-os
    npm install
  3. Configure your instance:
    npm run configure
  4. Start the application:
    npm run start