Skip to content

Running DewKit

Once installed, DewKit can be started using the runserver command.

bash
./dewkit runserver

By default, the server starts on the configured port and serves both the API and frontend UI.

Ensure PostgreSQL and Redis are running before starting the server.