← Back to Documentation

Project Alpha Quick Start

Quick Start

This guide will help you get started with Project Alpha in just a few steps.

Prerequisites

Installation

npm install @infinitysignal/alpha-cli

Configuration

Create a .alpharc file in your project root:

{
  "apiKey": "your-api-key"
}

Next Steps

Read the full API documentation in the repository.

← Back to Documentation