2026-07-27 15:04:03 +09:00

AI 캐릭터 관리자 웹

React, TypeScript, Vite 기반 독립 관리자 SPA입니다.

Requirements

  • Node.js 24.12.0
  • npm 11.7.0+

Setup

npm ci
npx playwright install chromium webkit

Environment

Vite mode별 API base URL은 아래 파일에 둡니다.

  • .env.development: https://test-character-admin.sodalive.net
  • .env.production: https://character-admin.sodalive.net

Scripts

npm run dev
npm run build:dev
npm run build:prod
npm run typecheck
npm run lint
npm run test
npm run test:run
npm run e2e
npm run build
Description
No description provided
Readme 1.3 MiB
Languages
TypeScript 98.6%
JavaScript 0.8%
CSS 0.6%