henryjeff / portfolio-website

Home Page:https://henryheffernan.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

henryheffernan.com

This is one of two repositories created for my portfolio website henryheffernan.com. If you are looking for the 2D OS repository you can find it here! Thanks for taking the time to check this out. If you have any questions of comments, feel free to shoot me an email at henryheffernan@gmail.com or you can DM me on twitter @henryheffernan.


To setup a dev environment:

# Clone the repository

# Install dependencies 
npm i

# Run the local dev server
npm run dev

To serve a production build:

# Install dependencies if not already done - 'npi i'

# Build for production
npm run build

# Serve the build using express
npm start

About

https://henryheffernan.com

License:MIT License


Languages

Language:TypeScript 86.0%Language:CSS 3.8%Language:JavaScript 3.5%Language:GLSL 3.4%Language:HTML 3.3%