Documentation
- Getting Started
- Authentication
- API Reference
- SDK Guide
- Platform Eng
Getting Started
Welcome to BetaDev. This guide will help you set up your environment and make your first API call.
1. Installation
Install the CLI globally via npm.
$ npm install -g @betadev/cli
2. Authentication
Login to sync credentials.
$ betadev login
3. Initialize
Create a project.
$ betadev init my-project