kemono2/docs/develop.md
2025-04-11 00:58:59 +02:00

795 B

Development Guide

This guide provides several ways to set up your development environment based on your needs and operating system.

Setup Options

Docker Universal

The quickest way to get started with minimal setup:

  • Works on all operating systems
  • Uses Docker Compose
  • No need to install dependencies locally

Windows Client Only

Frontend development on Windows with reverse proxy:

  • Only frontend dependencies required
  • Uses reverse proxy to connect to remote backend
  • Lightweight setup

Linux Setup

Complete development environment for Linux:

  • Local dependency installation
  • Full development stack
  • IDE configuration

Getting Help

For additional assistance, check the FAQ.