An experiment using GitHub Pages as a personal code library.
Note
Windows users need to set their npm script shell to Git Bash for the package scripts to function correctly.
npm config set script-shell "C:\\Program Files\\Git\\bin\\bash.exe"
Note
Windows users should to set their git config accordingly:
git config --global core.eol lf
git config --global core.autocrlf input