Link in Bio Template using Astro, React & TailwindCSS
Create repository from a template
or
Clone the repository
git clone https://github.com/flamrdevs/astrolinkt.git
Install packages
pnpm i
Start Astro development server
pnpm dev
VSCode Todo Tree Extension will help you find what needs to be changed
Color system is based on the Radix Colors schema
tailwind.config.ts
import coloradix /*, { import the colors you want }*/ from "@coloradix/tailwindcss";
// then configure it with the coloradix plugin
Set light / Dark mode by the html data attibute
src/components/HTML.astro
<html data-theme="dark">
<!-- -->
</html>
astrolinkt developed by flamrdevs