Skip to content

mrtin42/mlinx

Repository files navigation

MLINX.co

MLINX.co is a simple, easy to use, and powerful tool for creating and managing short links. MLINX.co is a free and open source project written in Next.js and TypeScript.

Features

  • Shorten links (obviously)
  • more coming soon... (still in early development !)

Installation

  1. Clone the repository
git clone https://github.com/mrtin42/MLINX.co.git
  1. Install dependencies
npm install
  1. Set up environment variables
cp .env.example .env
nano .env
  1. Run the development server
npm run dev