To get started, you will need:
In a terminal run:
git clone https://github.com/InfamousStarFox/kylemccaf.com.git
cd kylemccaf.com
git worktree add public gh-pages
npm installnpm run develop
The site is now running at http://localhost:8000
To deploy via git worktree:
npm run build
Navigate into the auto-generated folder public, and commit the changes
Note: public/.git may need to be temporarily removed for the build to succeed