Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trevortylerlee/treelink
Free, open source Linktree alternative built with Astro & Tailwind CSS
https://github.com/trevortylerlee/treelink
astro tailwindcss
Last synced: about 19 hours ago
JSON representation
Free, open source Linktree alternative built with Astro & Tailwind CSS
- Host: GitHub
- URL: https://github.com/trevortylerlee/treelink
- Owner: trevortylerlee
- License: mit
- Created: 2024-10-05T20:25:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T06:06:03.000Z (3 months ago)
- Last Synced: 2024-12-15T01:09:56.797Z (about 2 months ago)
- Topics: astro, tailwindcss
- Language: Astro
- Homepage: https://treelink.app
- Size: 897 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![treelink-cover](https://github.com/user-attachments/assets/b3f947d2-9533-45d7-864a-8a7d29b02148)
---
[Live demo](https://example.treelink.app)
[Online tool](https://treelink.app)
[Documentation](https://treelink.app)
## 🚀 Getting started
```bash
# Run this in your terminal...
npm init astro -- --template trevortylerlee/treelink treelink-test# ... or read the quick start guide...
# https://docs.treelink.app/guides/quick-start/# ... or watch on YouTube
# https://youtu.be/3-eALOdm-3s?si=o6O3_Ackrbp0gkLH
```## ✨ Features
- Customizable, with premade themes for light and dark mode
- Custom OpenGraph images per post, with a fallback image
- Icon support for hundreds of sites
- RSS and sitemap generation
- Optional blog
- Web vitals: 100 100 100 100## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :---------------- | :------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3030` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |## 👀 Want to learn more?
Feel free to check [Astro's documentation](https://github.com/withastro/astro) or jump into Astro's [Discord server](https://astro.build/chat).