Skip to content

arronsnow/personal-website

Repository files navigation

Personal Website

A modern, fast, and minimal personal website built with React 19, TypeScript, Vite 7, Tailwind CSS 4, and enhanced with Framer Motion animations and Lucide iconography.


Tech Stack

Layer Tools / Libraries
Framework React 19 (with React DOM)
Build Tool Vite 7
Language TypeScript
Styling Tailwind CSS 4, PostCSS, Autoprefixer
Animation Framer Motion
Icons Lucide React
Tooling ESLint (typescript-eslint, react hooks & refresh plugins)

Getting Started

1. Prerequisites

  • Node.js 18+ (recommend LTS)
  • pnpm / npm / yarn (choose one; examples use npm)

2. Install Dependencies

npm install
# or
pnpm install
# or
yarn

3. Run in Development

npm run dev

Visit: http://localhost:5173 (or the port Vite prints)

4. Production Build

npm run build

Preview the build locally:

npm run preview

5. Git commit

git add -A
git commit -m "Your changes"
git push origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published