A simple offline-friendly PWA to organize and manage AI prompts.
Requires Node.js (http-server) or Python.
-
Node.js (recommended):
- Install once:
npm install -g http-server
- From this folder, run:
http-server -p 8080
- Open http://localhost:8080
- Install once:
-
Python 3 (alternative):
- From this folder, run:
python -m http.server 8080
- Open http://localhost:8080
- From this folder, run:
- Service worker only works over http(s) or localhost. Do a hard refresh (Ctrl+F5) after changes to update cache.
- If CSS doesn’t load, ensure the reference is
style.css
(notstyles.css
). - If port is taken, change
8080
to something else (e.g.,5173
).