Skip to content

ayaan-rulhania/custom-code-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Custom Language Annotation App

This repository contains a TypeScript React frontend and a TypeScript Node.js (Express) backend that together enable users to upload keywords for a custom language, select an annotation style, annotate files, and generate a downloadable TypeScript annotator script.

Quick start:

  • Frontend:

    • cd frontend
    • npm install
    • npm run dev
  • Backend (TypeScript):

    • cd backend/ts
    • npm install
    • npm run dev

The frontend expects the backend service to be available under /api/*. The Vite dev server is configured to proxy these requests to http://localhost:4567.

About

Enter your programming language's keywords and get a full customized annotation sheet and enter files to get them back annotated in custom colors - Powered by Thor 1.1's agentic AI (refer to /atlas-ai.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors