Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 564 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 564 Bytes

Simple Portfolio site

This is a basic single page portfolio site I built for myself. You can see what it looks like at https://hi.richardegil.com/.

This was built for personal use. Feel free to fork the repo if you think it will help you out.

Note: There is an easter egg in the hero section of the site... you probably want to remove that 😁

Usage

This uses Vite JS for a bundler, and GSAP for some simple scroll based animations.

To install as is:

npm install

To spin up locally

npm run dev

To build

npm run build