Nextree is a startup template for entrepreneurs, freelancers and landing pages with 17 color schemes. Built with Nextjs and TailwindCSS.
https://nextjs-tailwind-linktree.vercel.app
Click the below link to deploy this template on Vercel
You can clone the project directly from this repo to your local system.
git clone https://github.com/alfonsopuig/nextjs-tailwind-linktree.git
cd nextjs-tailwind-linktree
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
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"
}
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!