This is my personal website - previously a web version of my resume with some nice, interactive, responsive elements, and now a cooler, more complex website showcasing personal projects, professional experience, and more.
To install and work on the website locally:
git clone https://github.com/maxeisen/MaxEisen.me.git
cd MaxEisen.me
npm install
To run local server in develop mode:
npm run dev
To build and serve website locally (rollup):
npm run build
npm run start
MaxEisen.me has been developed and tested for optimal performance, accessibility, best practices, and SEO using Google's Lighthouse evaluation tool. It's also a PWA!