해양 방제 운영 지원 시스템
Go to file
htlee a0f64e4b11 style: 기존 코드 ESLint/TypeScript 에러 수정
- frontend: ESLint 에러 86건 수정 (unused-vars, set-state-in-effect, static-components 등)
- backend: simulation.ts req.params 타입 단언 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 15:47:29 +09:00
.claude chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
.gitea/workflows ci: wing-demo 자동 배포 워크플로우 추가 2026-02-27 11:37:51 +09:00
.githooks chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
backend style: 기존 코드 ESLint/TypeScript 에러 수정 2026-02-27 15:47:29 +09:00
database style: 기존 코드 ESLint/TypeScript 에러 수정 2026-02-27 15:47:29 +09:00
docs chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00
frontend style: 기존 코드 ESLint/TypeScript 에러 수정 2026-02-27 15:47:29 +09:00
.editorconfig chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
.gitignore chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
.node-version chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
.npmrc chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
.prettierrc chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
docker-compose.yml style: 기존 코드 ESLint/TypeScript 에러 수정 2026-02-27 15:47:29 +09:00
README.md chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00

WING-OPS

해양 방제 운영 지원 시스템

구조

frontend/   React 19 + Vite 7 + TypeScript + Tailwind
backend/    Express + better-sqlite3 + TypeScript
database/   SQL 초기화 스크립트
docs/       설치 가이드, 문서

실행

# frontend
cd frontend && npm install && npm run dev

# backend
cd backend && npm install && npm run dev

환경 설정

cp frontend/.env.example frontend/.env
cp backend/.env.example backend/.env
# .env 파일에 API 키 입력