# Code Tagger Frontend **Repository Path**: rvsmart-porting/code-annotation ## Basic Information - **Project Name**: Code Tagger Frontend - **Description**: 面向开源软件分析任务的源代码在线标注工具(前端) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-03-30 - **Last Updated**: 2023-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Code-Tagger: code markup tool (frontend) Source code online tagging tool (frontend) Backend project: [Code-Tagger-Backend](https://gitee.com/rvsmart-porting/code-annotation-backend) ## Project Objective This project belongs to [RVSmartPorting Community](https://gitee.com/rvsmart-porting). This is an aid for the study of RISC-V software migration techniques. The goal is to provide a convenient online code annotation tool for analyzing open source software code. ## How to use * **install dependencies**: `npm install` * **compile and run**: `npm run serve` * **minimal build**: `npm run build` * **style check**: `npm run lint`