This is my personal homepage, which can be found here. It uses React and Material UI.
- Install Docker
- Grab the
docker-compose.prod.yaml
file from the repository - Run
docker compose up -d
- Clone the repository:
git clone git@github.com:Delemangi/delemangi.com.git
(orhttps://github.com/Delemangi/delemangi.com.git
) - Install dependencies:
npm i
You can either run npm run dev
to start a development server, or npm run build
and npm run preview
to build and deploy a server running the application, or check the quick setup from above to run it inside Docker painlessly.