Hello! This is my personal website that is built using the Elm Language.
Run src/build.sh- it will compile and minify the elm site to the root folder where
it will be used the next time the website is deployed. It will also remake the res folder
that holds all the static resources the website uses.
Run elm reactor from the src folder. This will start the dev server on your
local machine which you can access from http://localhost:8000.