A simple Linktree-like page for ITS.
Generated using https://github.com/abhijhacodes/linkhub template.
Clone the repository and install the dependencies:
npm iRun the development server:
npm run devThe cards are defined in data/linkDetails.ts and the icons in data/icons.tsx. The association is made by components/LinkCard.tsx using Font-Awesome icons and custom ones in SVG.
The site is automatically deployed to GitHub Pages using GitHub Actions. The deployment configuration is in .github/workflows/nextjs.yml.