Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 932 Bytes

File metadata and controls

38 lines (27 loc) · 932 Bytes

samilieberman.github.io

My personal portfolio website. Built with React, Vite, styled-components, and deployed to GitHub Pages.

Stack

  • React — UI
  • Vite — build tool and dev server
  • styled-components — component-scoped styles
  • react-type-animation — typewriter effect on the home screen
  • react-social-icons — social link icons

Getting started

npm install
npm run dev

Open http://localhost:5173 in your browser.

Scripts

Command Description
npm run dev Start local dev server
npm run build Production build to dist/
npm run preview Preview the production build locally
npm test Run tests with Vitest
npm run deploy Build and deploy to GitHub Pages

Deployment

The site deploys to samilieberman.github.io via gh-pages:

npm run deploy