https://github.com/bulletdev/shortme
Simple site to group all my profiles on social networks in one place
https://github.com/bulletdev/shortme
linktree linktree-alternative shortcut socials
Last synced: about 2 months ago
JSON representation
Simple site to group all my profiles on social networks in one place
- Host: GitHub
- URL: https://github.com/bulletdev/shortme
- Owner: Bulletdev
- License: mit
- Created: 2024-12-06T19:19:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T14:15:17.000Z (3 months ago)
- Last Synced: 2025-04-15T02:53:36.614Z (about 2 months ago)
- Topics: linktree, linktree-alternative, shortcut, socials
- Language: CSS
- Homepage: http://bulletdev.vercel.app
- Size: 500 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
🌲 ShortMe
Simple site to group all my profiles on social networks in one place.
About the project |
Getting started |
How to contribute |
License---
![]()
---
//
## 💡 About the projectThis is an open source project that serves as a free alternative to the Linktree website.
- [Demo](https://shortm.vercel.app)## 🚀 Getting started
If you installed git you can clone the code to your machine, or download a ZIP of all the files directly.
[Download the ZIP from this location](https://github.com/bulletdev/ShortMe/archive/master.zip), or run the following [git](https://git-scm.com/downloads) command to clone the files to your machine:
```bash
git clone https://github.com/bulletdev/shortme
```
- Once the files are on your machine, open the _linktree_ folder in [Visual Studio Code](https://code.visualstudio.com/).
- With the files open in Visual Studio Code, press the **Go Live** button at the bottom of the window to launch the files with [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer).
- Change the profile image and texts in the `index.html` file.
- Change the colors and fonts in the `style.css` file.
- To change the background, go to the `style.css` file on line 17, uncomment the code snippet and change the url to whatever image you want.## 🤔 How to contribute
- 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`.Once your pull request has been merged, you can delete your branch.
## 📝 License
This project is under the MIT license. See the [LICENSE](LICENSE.md) file for more details.
---
Made with ❤️ by Michael Bullet :wave: [Get in touch](https://shortm.vercel.app)