This website is built with React and gh-pages. Do not modify the gh-pages branch, use the gh-pages plugin command npm run deploy
For hot reload
npm start
To produce a minified build
npm run build
And to deploy to the gh-pages branch (the live website)
npm run deploy