projects

1 min read

January 2, 2023

Linktreez
A linktree clone built with Next.js 13 and TailwindCSS.

Introduction

LinkTreez is a linktree clone made using Next.js 13, Tailwind, and Daisy UI.

Getting Started

Note: LinkTreez is using Next 13’s expiremental app directory.

Run code

git clone https://github.com/engageintellect/linktreez.git

```bash cd linktreez && npm i && npm run dev ```