Added self-hosting instructions and YouTube video reference
This commit is contained in:
parent
19bd89c405
commit
0c46683e24
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -1,8 +1,5 @@
|
||||||
# Filament Drybox Cost Model
|
# Filament Drybox Cost Model
|
||||||
|
|
||||||
20260319 ChatGPT
|
|
||||||
$Header$
|
|
||||||
|
|
||||||
## Purpose
|
## Purpose
|
||||||
|
|
||||||
This project provides a transparent and reproducible cost model for the
|
This project provides a transparent and reproducible cost model for the
|
||||||
|
|
@ -25,7 +22,15 @@ The model accounts for:
|
||||||
- optional waste factor
|
- 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".
|
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
|
## Repository Layout
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue