This is the source repository for Ben Regenspan's personal home page.
As such, you are probably Ben Regenspan, wondering what you could possibly have been thinking at some time in the past.
This page is built by Webpack.
- Ensure that Node is installed
- From the project directory, install dependencies:
npm install
- Now, build the project:
npm run build
. (This also launches webpack-bundle-analyzer
npm run lint
- lint JSnpm run serve
- run local development server
src
- source codestatic
- static files that should be deployed verbatim to the root folder of the sitedist
- built files
Ensure an ~/.aws/credentials is correctly configured.
After committing and pushing source changes, run:
npm run build && npm run deploy
This will trigger a production build and deploy to S3.