Skip to content

hendraaagil/links

Repository files navigation

links

Open graph

Developing

Node.js >= 16.x setup with yarn is recommended.

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

# install dependencies
yarn

# serve with hot reload at localhost:3000
yarn dev

# build for production
yarn 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.

  • Color theme in here.

  • List of links in here.

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

  • Image assets:

License

This source code is under MIT License