Skip to content

hendraaagil/links

Repository files navigation

links

Open graph

Developing

Node.js >= 22.x setup with pnpm is recommended.

# duplicate & fill environment file
cp .env.example .env.local

# install dependencies
pnpm install

# serve with hot reload at localhost:3000
pnpm dev

# build for production
pnpm build

Make your own links

You can make your own links by clone this project and change some configuration and styling.

Change your:

  • Title and description in here.

  • Font in here and change the import in main.tsx file.

    This project is using fontsource, follow the docs if you get stuck.

  • List of links in here.

    The icon is using react-icons/fa6, find your favorite icons in there.

  • Image assets:

License

This source code is under MIT License

About

Store all my social media links.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published