A pretty simple linktree clone made with Laravel and tailwindcss. Create and manage your links in one place.
- Profile bio, username
- Create and edit links
- Statistics clicks, impressions, views, ctr
- Responsive, dark theme and light theme
- Clone the repository
- Run
composer install
- Run
npm install && npm run dev
- Run
cp .env.example .env
- Run
php artisan key:generate
- Fill in the database credentials in the
.env
file - Run
php artisan migrate --seed
- Run
php artisan serve
to start the development server - Visit
localhost:8000
in your browser
Thank you for your interest in contributing to Linktree clone! We welcome all contributions, big and small. for more deatils see contributing.md
Github: migueweb