https://github.com/gianpaj/links.gian.cool
my linktree free alternative
https://github.com/gianpaj/links.gian.cool
astro linktree
Last synced: about 1 year ago
JSON representation
my linktree free alternative
- Host: GitHub
- URL: https://github.com/gianpaj/links.gian.cool
- Owner: gianpaj
- Created: 2024-03-16T20:43:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T17:58:40.000Z (over 1 year ago)
- Last Synced: 2025-02-02T18:20:03.569Z (over 1 year ago)
- Topics: astro, linktree
- Language: Astro
- Homepage: https://links.gian.cool
- Size: 421 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🐧 linktr 🐧
One page, all your links.
Linktree created with Astro and Tailwindcss
---

---
## About the project
This is an open-source Linktree scheme to collect all your links and have it in one place. Feel free to use this repository as a starting point for your Linktree.
This project was inspired by [@Linktree](https://linktr.ee/s/discover/share-content/) and [@craftzdog](https://github.com/craftzdog/link-in-bio)
## 🚀 Getting started
#### Step 1
Clone this repository
```bash
git clone https://github.com/ritmillio/linktr.zoltanfodor.dev.git
```
#### Step 2
Install packages
```bash
npm i
```
or
```bash
yarn install
```
#### Step 3
Start Dev server and edit code
```bash
npm run dev
```
or
```bash
yarn run dev
```
#### Step 4
Build production ready code with:
```bash
npm run build
```
## Performance
Astro performance is just amazing :

## How to contribute
- ⭐ If you like this project give me a Star ⭐
- Fork this repository;
- Create a branch with your feature: `git checkout -b my-feature`;
- Commit your changes: `git commit -m "feat: my new feature"`;
- Push to your branch: `git push origin my-feature`.
## License
This project is under the MIT license. See the [LICENSE](LICENSE.md) file for more details.
---