Getting Started

Installation

Install the CLI globally using npm:

npm install -g thesis

Or with yarn:

yarn global add thesis

Verify Installation

After installation, verify it works:

thesis --version

Quick Start

Initialize a new project:

thesis init my-project
cd my-project

Run the development server:

thesis dev

Your application will be available at http://localhost:3000.

Next Steps