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.
- Reflex
- Python
- Docker
- Ubuntu Server
- Digital Ocean
- Caddy
- Conda
- HTML/CSS
- Clone the repository using
git clone
- Create environment via
conda env create -f env/environment.yml
- Initialize Reflex with
reflex init
- Run the development server using
reflex run
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.
- Build production service
DOMAIN={domain} docker compose build
- Run production service
DOMAIN={domain} docker compose up