해양 방제 운영 지원 시스템
|
All checks were successful
Build and Deploy Wing-Demo / build-and-deploy (push) Successful in 1m4s
main push 시 frontend 빌드 → wing-demo.gc-si.dev 자동 배포 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .gitea/workflows | ||
| .githooks | ||
| backend | ||
| database | ||
| docs | ||
| frontend | ||
| .editorconfig | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| .prettierrc | ||
| docker-compose.yml | ||
| README.md | ||
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 키 입력