Deployed to MaxEisen.me - check it out!
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!
- V1 (web resume) - built in plain HTML and CSS
- V2 (portfolio website) - built using Svelte JS framework - old HTML and CSS files ported over
- V3 (blog and themes) - custom blogging system developed to keep my thought process through coding projects, document my life, travel, etc. and light mode!