Personal Website

My personal website built in TypeScript and React.

Setup

  1. Install Docker
  2. Clone this repository git clone https://github.com/mewil/personal-website
  3. Navigate to the dev directory and start the development environment: cd personal-website/dev and docker-compose -f development.yml up -d
  4. Access http://localhost:7000 and start developing!