This is my personal homepage, which can currently be found here. It uses React and Material UI.
- Install Docker
- Grab the
compose.prod.yaml
file from the repository - Run
docker compose -f compose.prod.yaml up -d
- Clone the repository:
git clone [email protected]:Delemangi/homepage.git
(orhttps://github.com/Delemangi/homepage.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.