Skip to content

kunu2009/promts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Prompt Organizer

A simple offline-friendly PWA to organize and manage AI prompts.

Run locally

Requires Node.js (http-server) or Python.

  • Node.js (recommended):

    1. Install once: npm install -g http-server
    2. From this folder, run: http-server -p 8080
    3. Open http://localhost:8080
  • Python 3 (alternative):

    1. From this folder, run: python -m http.server 8080
    2. Open http://localhost:8080

Notes

  • 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 (not styles.css).
  • If port is taken, change 8080 to something else (e.g., 5173).

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published