Installation

Get started with Reminix by installing the CLI and setting up your development environment.

Prerequisites

Before you begin, make sure you have:

  • Node.js 18+ installed
  • A GitHub account
  • Basic knowledge of JavaScript/TypeScript

Install the CLI

Install the Reminix CLI globally:

Install CLI:

$ npm install -g @reminix/cli
shell

Verify the installation:

$ reminix --version
shell

Authentication

Log in to your Reminix account:

$ reminix login
shell

This will open your browser and prompt you to authenticate with GitHub.

Next Steps