Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stanleymasinde/social-links
All social links in a clean and responsive interface.
https://github.com/stanleymasinde/social-links
links portfolio tailwindcss website
Last synced: 1 day ago
JSON representation
All social links in a clean and responsive interface.
- Host: GitHub
- URL: https://github.com/stanleymasinde/social-links
- Owner: StanleyMasinde
- License: mit
- Created: 2023-05-22T13:23:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T20:25:39.000Z (10 days ago)
- Last Synced: 2024-12-15T21:26:54.693Z (10 days ago)
- Topics: links, portfolio, tailwindcss, website
- Language: HTML
- Homepage: https://stanleymasinde.com
- Size: 3.96 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Social links
> This repository contains links to all my social profiles
### Features
1. Simple and accessible
2. SEO friendly
3. Easy to copy resuse
4. Configurable links### Upcoming feaures
1. Analytics
### Running locally
This project uses [Tailwind CSS][tailwind] for styling.
1. Clone this repository `git clone [email protected]:StanleyMasinde/social-links.git`
2. Install dependencies `npm i`
3. Run the dev server `npm run dev`### Using this for your own links
1. Clone this project
2. Install dependencies see [Running Loccally](#running-locally)
3. Update `public/links.json` with your own links
4. Deploy### Tools used
1. [Vite][vite] - Next Generation Frontend Tooling
2. [Tailwind.css][tailwind] - Rapidly build modern websites without ever leaving your HTML.[tailwind]: https://tailwindcss.com/
[vite]: https://vitejs.dev