Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritmillio/social-links
One page, all your links. Linktree scheme. Social media reference landing page developed with Vanta.js and Tailwindcss
https://github.com/ritmillio/social-links
astro astrojs css html linktree linktree-alternative linktree-clone linktree-custom linktree-tailwindcss tailwindcss vantajs
Last synced: 28 days ago
JSON representation
One page, all your links. Linktree scheme. Social media reference landing page developed with Vanta.js and Tailwindcss
- Host: GitHub
- URL: https://github.com/ritmillio/social-links
- Owner: ritmillio
- Created: 2022-07-29T20:19:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T19:25:59.000Z (12 months ago)
- Last Synced: 2023-11-26T20:35:24.443Z (12 months ago)
- Topics: astro, astrojs, css, html, linktree, linktree-alternative, linktree-clone, linktree-custom, linktree-tailwindcss, tailwindcss, vantajs
- Language: Astro
- Homepage: https://linktr.zoltanfodor.dev/
- Size: 331 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🐧 linktr 🐧
One page, all your links.
Linktree created with Astro, Tailwindcss and Vanta.js
---
---
## 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)
##### This Linktree has a twist- users always land on a custom VANTA background.
##### This was achived by separating light and dark random colors and push it into the VANTA object
## 🚀 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.
---