Skip to content

Develop

How to develop

  1. Run src/main/kotlin/moe/shizuki/korrent/KorrentApplication.kt using your IDE
  2. Run develop server (If you want to develop frontend)
  3. Visit http://localhost:5173 (If you want to develop frontend)
shell
# Run develop server
cd webui
pnpm install --frozen-lockfile
vite