/astrovehnt

Bento Portfolio Template using Astro, React & TailwindCSS

Primary LanguageTypeScriptMIT LicenseMIT

astrovehnt

Bento Portfolio Template using Astro, React & TailwindCSS

Tech Stack

Quick Start

Create repository from a template

or

Clone the repository

git clone https://github.com/flamrdevs/astrovehnt.git

Install packages

pnpm i

Start Astro development server

pnpm dev

Customization

Content

VSCode Todo Tree Extension will help you find what needs to be changed

Colors

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

Theme

Set light / Dark mode by the html data attibute

src/components/HTML.astro

<html data-theme="dark">
  <!--  -->
</html>

Author

astrovehnt developed by flamrdevs

License

MIT