https://github.com/ayshmnmm/links
A free linktree alternative, that is fully customizable and open source.
https://github.com/ayshmnmm/links
linktree linktree-alternative linktree-custom linktree-tailwindcss
Last synced: 6 months ago
JSON representation
A free linktree alternative, that is fully customizable and open source.
- Host: GitHub
- URL: https://github.com/ayshmnmm/links
- Owner: ayshmnmm
- License: mit
- Created: 2024-03-02T15:03:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T08:11:25.000Z (over 1 year ago)
- Last Synced: 2025-01-20T22:49:39.865Z (over 1 year ago)
- Topics: linktree, linktree-alternative, linktree-custom, linktree-tailwindcss
- Language: HTML
- Homepage: https://links.ayushmanmuduli.com
- Size: 722 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linksy

A free linktree alternative, that is fully customizable and open source.
Linksy is a simple landing page, built using TailwindCSS. It is designed to provide a single page with links to your social media profiles and other websites. It is also fully responsive and works on all devices.
See it live [here](https://links.ayushmanmuduli.com)
## Getting Started
To get started, clone the repository and make sure you have [TailwindCSS](https://tailwindcss.com/) installed.
```bash
git clone https://github.com/ayshmnmm/links
cd links
```
- Once you have cloned the repository, you can start editing the `index.html` file to add your own links and social media profiles.
- Edit the `tailwind.config.js` file to change the color scheme and other tailwindCSS settings.
- In order for tailwindCSS to generate the styles, run the following command:
```bash
npx tailwindcss -i ./style.css -o ./out.css --watch
```
- Once you are done, you can build the project using the following command:
```bash
npx tailwindcss -i ./style.css -o ./out.css --minify
```
## Deployment
You can deploy the project to any static hosting service. I personally use [Cloudflare pages](https://pages.cloudflare.com), but you can use any other service like Vercel, Netlify, or Github Pages.
## Contributing
Pull requests are always welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
This project is open source and available under the [MIT License](LICENSE).