해양 방제 운영 지원 시스템
Go to file
htlee d2e30be5d1 chore: 팀 워크플로우 v1.3.0 구성
- .claude/rules: 팀 정책, git 워크플로우, 코드 스타일, 네이밍, 테스트 규칙
- .claude/skills: push, mr, release, create-mr, fix-issue, init-project, sync-team-workflow
- .claude/settings.json: 프로젝트 레벨 권한 설정
- .githooks: commit-msg, pre-commit(모노레포), post-checkout
- .editorconfig, .npmrc, .prettierrc, .node-version

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 11:18:37 +09:00
.claude chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
.githooks chore: 팀 워크플로우 v1.3.0 구성 2026-02-27 11:18:37 +09:00
backend chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00
database chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00
docs chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +09:00
frontend chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +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 chore: 프로젝트 초기 구성 2026-02-27 11:06:21 +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 키 입력