Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 474 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 474 Bytes

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!