logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install thedevs-network/kutt. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

thedevs-network/kutt Installation Guide

How to install thedevs-network/kutt. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for thedevs-network/kutt. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i thedevs-network/kutt
or

Install via npx

npx @hexmos/ipm i thedevs-network/kutt

Prerequisites

Node.js

language

Version: >=20.0.0

The primary runtime for the server and build process.

npm

package_manager

Required for dependency management and running the build scripts.

Docker & Docker Compose

system_tool

Essential for containerized deployment (recommended method).

Database (SQLite/Postgres/MySQL)

service

Used to store link data; supports SQLite (default), Postgres, or MySQL.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Docker Compose (Recommended)

git clone https://github.com/thedevs-network/kutt.git

cd kutt

cp .example.env .env

docker compose up -d

Manual Node.js Setup

git clone https://github.com/thedevs-network/kutt.git

cd kutt

npm install

cp .example.env .env

npm run migrate

Post Installation Steps

  • Set a unique `JWT_SECRET` in your `.env` file before starting production.
  • Start the application for production using `npm start` or development using `npm run dev`.
  • The web interface is accessible at http://localhost:3000 by default.
  • On first launch, you will be prompted to create an admin account directly in the UI.