Skip to content

Delemangi/homepage

Repository files navigation

Delemangi

This is my personal homepage, which can currently be found here. It uses React and Material UI.

Quick Setup

  1. Install Docker
  2. Grab the compose.prod.yaml file from the repository
  3. Run docker compose -f compose.prod.yaml up -d

Installation

  1. Clone the repository: git clone [email protected]:Delemangi/homepage.git (or https://github.com/Delemangi/homepage.git)
  2. Install dependencies: npm i

Running

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.