Skip to content

alfonsopuig/nextjs-tailwind-linktree

Repository files navigation

Nextree - Starter Template

Nextree is a startup template for entrepreneurs, freelancers and landing pages with 17 color schemes. Built with Nextjs and TailwindCSS.

nextree

Live Demo

https://nextjs-tailwind-linktree.vercel.app

Table of Contents

Deploy on Vercel

Click the below link to deploy this template on Vercel

Deploy with Vercel

Getting Started

You can clone the project directly from this repo to your local system.

1. Clone the repo

git clone https://github.com/alfonsopuig/nextjs-tailwind-linktree.git

2. Navigate to the directory

cd nextjs-tailwind-linktree

3. Install dependencies

npm install

4. Start development Server

npm run dev

Open http://localhost:3000 with your browser to see the result.

Modifications

This template includes 17 color schemes, all information can be changed in the file data.js in /src directory.

Open data.js on your code editor and change the layout value to one of the available styles:

layout: "tree",  // Change this

Change your personal information below.

To add a new button, copy and paste the following line into the data.js file, buttons section.:

{       
    name: "Twitter", 
    url: "https://twitter.com/alfonso_puig" 
}

Author

Alfonso Puig

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

Nextree is a startup template for entrepreneurs, freelancers and landing pages with 17 color schemes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published