Skip to content

jakepenzak/personal-website

Repository files navigation

Welcome to the code base for my Personal Website!

This website was created via reflex, a python framework for web apps and websites, and hosted on a personal cloud-based linux server via Digital Ocean.

Technology Stack Utilized

Development Instructions

  1. Clone the repository using git clone
  2. Create environment via conda env create -f env/environment.yml
  3. Initialize Reflex with reflex init
  4. Run the development server using reflex run

Deployment Instructions

Note: This website was self-deployed and executed in a cloud-based linux VM. Proper caution and consideration should always be utilized when opening yourself up to the web.

  1. Build production service DOMAIN={domain} docker compose build
  2. Run production service DOMAIN={domain} docker compose up