Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hendraaagil/links
Store all my social media links.
https://github.com/hendraaagil/links
links react tailwindcss vite
Last synced: 14 days ago
JSON representation
Store all my social media links.
- Host: GitHub
- URL: https://github.com/hendraaagil/links
- Owner: hendraaagil
- License: mit
- Created: 2023-01-16T14:04:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T16:15:52.000Z (about 1 month ago)
- Last Synced: 2024-10-11T01:50:49.344Z (about 1 month ago)
- Topics: links, react, tailwindcss, vite
- Language: TypeScript
- Homepage: https://links.hendraaagil.dev
- Size: 500 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# links
[![Open graph](public/og-image.png)](https://hendraaagil.dev/links)
## Developing
Node.js `>= 18.x` setup with [yarn](https://yarnpkg.com/) is recommended.
```bash
# 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](vite.config.ts#L16-L21).
- Font in [here](tailwind.config.cjs#L7-L9) and change the import in [main.tsx](src/main.tsx#L5-L6) file.
This project is using [fontsource](https://fontsource.org/), follow the docs if you get stuck.
- List of links in [here](src/data/links.ts).
The icon is using [react-icons/fa6](https://react-icons.github.io/react-icons/icons/fa6/), find your favorite icons in there.
- Image assets:
- Favicon: [ico](public/favicon.ico) and [svg](public/icon.svg) file.
- [Open graph image](public/og-image.png), recommended resolution is 1200 x 630.
- [Logo image](src/assets/ha-logo.svg), for logo displayed in the page.## License
This source code is under [MIT License](LICENSE)