This repository contains two parts:
tihc/: browser extension sidepanel clienttihc-serverless/: serverless backend API
- Never commit real API URLs, tokens, or credentials.
- Use
.env.localfor local values. - Keep only
.env.examplein git. - Do not commit generated traces, logs, or AI-generated runtime outputs.
cd tihc
npm i
cp .env.example .env.local
npm run devcd tihc-serverless
cp .env.example .env.local
cargo check