Skip to content
/ astrovehnt Public template

Bento Portfolio Template using Astro, React & TailwindCSS

License

Notifications You must be signed in to change notification settings

flamrdevs/astrovehnt

Repository files navigation

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

About

Bento Portfolio Template using Astro, React & TailwindCSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published