Update README.md

This commit is contained in:
2026-07-21 19:48:27 -04:00
parent 0b7259a011
commit ea7501976c
+6 -2
View File
@@ -2,6 +2,10 @@
**Tactile Terminal:** A WebUI / TUI built to help teach and study programming concepts in an interactive, hands-on way.
> I found it frustrating that there wasn't a simple, easy to use program for studying program in an interactive or kinesthetic way. So, while I worked on other projects, I decided to slop together a program and leverage local LLMs to build **TactiTerm**.
>
> A self-sufficient, offline capable IDE, with an LLM powered tutor to help guide you through mental roadblocks, and build up confidence when it comes to programming in various languages.
---
## Overview
@@ -78,7 +82,7 @@ Then open your browser to `http://localhost:5173`.
---
## ⚙️ Configuration
## Configuration
When initialized, TactiTerm automatically generates a `config.json` file in the root directory if one does not exist.
@@ -117,7 +121,7 @@ When initialized, TactiTerm automatically generates a `config.json` file in the
---
## 🏗️ Architecture
## Architecture
- **Backend (`src/api/main.py`):** FastAPI application serving REST endpoints for challenges, code linting, code execution, mentoring guidance, and handbook references.
- **Core Engine (`src/core/`):**