Getting Started

Welcome to Akala! This guide will help you get started with our new framework.

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (version 20.x or later)

Installation

To install Akala, run one of the following commands:

Using npm:

npx akala install

Using Yarn:

yarn dlx akala install

Usage

To start using akala, you first need to decide what you want to do:

Learn More

To learn more about Akala, visit our documentation.

Happy coding!