Skip to main content

Installation

Requirements

Setup

Runtime

Install the core package.

yarn add @baeta/core

This is the only package required at runtime for a basic installation.

CLI and Compiler

Now add the cli and compiler. The compiler is optional, but highly recommended, as it will provide a more seamless integration and allow you to write configuration files in TypeScript.

yarn add @baeta/cli @baeta/compiler -D