This is the repository for my personal website built with React and MUI.
- Install Docker: Follow the Docker installation guide.
- Get the
docker-compose.prod.ymlfile from this repository. - Run Docker Compose:
docker-compose -f docker-compose.prod.yml up -d
- Clone this repository:
git clone https://github.com/aesbube/aesbube.github.io.git
- To install dependencies run the command:
npm i