This repository contains links to all my social profiles.
- Simple and Accessible: Easy to use and understand.
- SEO Friendly: Optimized for search engines.
- Easy to Copy/Reuse: Easily adaptable for your own use.
- Configurable Links: Customize the links displayed.
- Analytics
This project uses Tailwind CSS for styling.
- Clone the repository:
git clone [email protected]:StanleyMasinde/social-links.git
- Install dependencies:
npm i
- Run the dev server:
npm run dev
-
Clone the repository: (See Running Locally)
-
Install dependencies: (See Running Locally)
-
Update
public/links.json
: Replace the existing links with your own. The file should contain a JSON array of link objects. Example:[ {"platform": "twitter", "url": "<url>"}, {"platform": "github", "url": "<url>"} ]
-
Deploy: Deploy the generated files to your web server.
- Vite - Next Generation Frontend Tooling
- Tailwind.css - Rapidly build modern websites without ever leaving your HTML.