/MaxEisen.me

My personal website. Designed and developed by me!

Primary LanguageJavaScript

Max Eisen memoji cycle

Get to Know Max Eisen

Deployed to MaxEisen.me - check it out!

Netlify Status Codacy Grade

About

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.

Development

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

Versions

  • V1 (web resume) built in plain HTML and CSS
  • V2 (portfolio website) built using Svelte JS framework - old HTML and CSS files ported over