Skip to content

samwtk/polyscenarios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turnkey Policy Dropdown Wizard

This project is now organized into a cleaner static-web structure.

Directory Layout

.
├── index.html
├── assets
│   ├── css
│   │   └── styles.css
│   └── js
│       └── app.js
└── README.md

What Goes Where

  • index.html: UI markup and page structure only.
  • assets/css/styles.css: all styling for the wizard and output panels.
  • assets/js/app.js: all application logic (dropdown dependencies, policy generation, Mermaid rendering, PNG export).

Run Locally

From this directory:

python3 -m http.server 8000

Then open:

http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors