1212
codanna/docs/getting-started at main · coditect-ai/codanna · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Documentation / Getting Started


Getting Started

Welcome to Codanna! Start here for the basics.

In This Section

  1. Quick Start - Get running in minutes
  2. Installation - System requirements and platform-specific setup
  3. First Index - Build your first searchable index

Quick Preview

# Install
cargo install codanna --all-features

# Setup
codanna init

# Index your code
codanna index src 

# Ask real questions
codanna mcp semantic_search_docs query:"where do we resolve symbol references" limit:3

Next Steps

Back to Documentation