Skip to content

montoulieu/link-ent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:montoulieu/link-ent.git

Install all NPM dependencies

npm i

Start dev server

npm run dev