Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.85 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.85 KB

Ken's Resume Website

CI codecov License Maintenance Website shields.io

This is a website created by me to represent my resume, as well as for me to practice new technologies.

View the site at kennethbigler.com

Usage

This website was made to learn, and demonstrate information about Ken Bigler. Most of my users are here for the Blood on the Clocktower tool.

Local Development

For development you need to be on Node.js 18+ (a requirement of vite@5).

To run this code locally:

npm install
npm run start

Contributing

Check out the issues tab for some fun ideas to contribute!

Technologies Used

Deployments

To deploy the code, run npm run deploy. This will build the website and put your compiled code in the correct folder for github pages. Once your PR is merged, the code will be deployed.