Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 392 Bytes

LinkEnt

A free Linktree alternative built with Next.js and Tailwind.

Image of LinkEnt frontend

Setup

Clone LinkEnt using the "new-leaf" branch

git clone -b new-leaf [email protected]:montoulieu/link-ent.git

Install all NPM dependencies

npm i

Start dev server

npm run dev