Skip to content

Raigato/raigato.github.io

Repository files navigation

Raigato — Portfolio

Personal portfolio site for Raigato, Fullstack Developer.

Built with Astro, Tailwind CSS v4, and GSAP. Deployed to GitHub Pages.

Stack

  • Astro — static site framework
  • Tailwind CSS v4 — utility-first styling
  • GSAP — animations (terminal typewriter, ASCII reveal)
  • Biome — linting and formatting
  • PostHog — cookieless analytics

Project Structure

src/
├── components/   # Astro components (Hero, About, Projects, Experience, Contact, …)
├── data/         # Config, projects, and experience data
├── pages/        # index.astro
└── styles/       # global.css
public/           # Static assets

Commands

All commands are run from the root of the project:

Command Action
pnpm install Install dependencies
pnpm dev Start local dev server at localhost:4321
pnpm build Build production site to ./dist/
pnpm preview Preview the production build locally
pnpm check Lint, format, and type-check

Development

Pre-commit hooks (Husky) run Biome checks automatically on staged files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors