Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 790 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 790 Bytes

Personal Website

I'm Ethan Thomas, and this is the source code for my personal website, which is live at ethanmt.com.

This is a Next.js project using Typescript and React. The site features an interactive version of my resume, as well as some personal information. The site is hosted using Netlify.

Running Locally

Clone the git repo.

git clone https://github.com/ethmth/personal-website.git
cd personal-website/

With npm installed on your computer, install the necessary npm packages.

npm install

Run a development version of the site.

npm run dev

Alternatively, build and run the site.

npm run build
npm run start

Open http://localhost:3000 with your browser to see the result.