Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 581 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 581 Bytes

Poker Themed Portfolio Website

A poker themed portfolio website built using React, TypeScript, styled-components, and Framer. Features include an initial shuffle animation, themed poker chip icons, section themed cards, and a whole lot of randomness.

Live Production

This project is currently deployed live at https://jeffreyshum.com/.

For Local Development

Installation

npm install
# or
yarn install

Running and Testing

npm start dev
# or
yarn dev

By default, Vite development servers are hosted on port 5173.