Project Alpha Quick Start
Quick Start
This guide will help you get started with Project Alpha in just a few steps.
Prerequisites
- Node.js 18+
- A valid API key
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.