Node.js >= 18.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
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