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
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:
- Favicon: ico and svg file.
- Open graph image, recommended resolution is 1200 x 630.
- Logo image, for logo displayed in the page.
This source code is under MIT License