Added self-hosting instructions and YouTube video reference

This commit is contained in:
jlpoole 2026-03-19 09:21:18 -07:00
commit 0c46683e24

View file

@ -1,8 +1,5 @@
# Filament Drybox Cost Model
20260319 ChatGPT
$Header$
## Purpose
This project provides a transparent and reproducible cost model for the
@ -25,7 +22,15 @@ The model accounts for:
- optional waste factor
See video at https://youtu.be/lJDoVH7qTKs?si=cQMhUda7RQcuIDJU by user GunplaMark entitled "Filament Storage 2026 - The Final Boss of My Drybox Journey".
This project was created by ChatGPT and the data are estimates. If you want a more accurate assessment, you will need to edit the files and deploy.
You can deploy on your own machine by entering the root directory of this project as staged on your machine, i.e. /usr/local/src/filament-drybox-cost, and then executing:
python3 -m http.server 8000
Then open in your browser:
http://localhost:8000/web/index.html
## Repository Layout