My personal website built in TypeScript and React.
- Install Docker
- Clone this repository
git clone https://github.com/mewil/personal-website
- Navigate to the dev directory and start the development environment:
cd personal-website/dev
anddocker-compose -f development.yml up -d
- Access
http://localhost:7000
and start developing!