Quick Start

Get up and running in 60 seconds.

1. Install

curl --proto '=https' --tlsv1.2 -sSf https://axiom.baby/install.sh | sh

2. Create a Project

axiom new my-project
cd my-project

3. Run

axiom run

You should see: Hello, World!