Getting Started with Gnar Engine
Welcome to Gnar Engine! This guide will help you get started with the basics of using Gnar Engine for your micro-service projects.
Step 1: Install the CLI
Install the CLI globally on your machine.
curl -fsSL https://gnarengine.com/install.sh | bash
Step 2: Create a New project
Create a new Gnar Engine project using the CLI. This guided setup will help you configure a new CLI profile, and create a new project.
gnar create project my-project-name