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
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.
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
Check out the issues tab for some fun ideas to contribute!
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.