Getting Started

From your terminal to a deployed AO application in few minutes.

Installation

pnpm
# Using pnpm
pnpm add -g ao-forge
npm
# Using npm
npm install -g ao-forge
yarn
# Using yarn
yarn add -g ao-forge
npx
# Or use directly with npx
npx ao-forge init my-app