kinetic-diagrams
v0.1.0
Published
```sh npm install ```
Readme
Development
npm installThen:
npm run devGit Hooks Setup
npx husky initRoutes
/- Home page with links to available diagrams/:name- View a diagram by name
Examples: /basic, /complex
Adding Diagrams
Add a JSON file to src/diagrams/<name>.json where <name> contains only alphanumeric characters, hyphens, and underscores. The diagram will be available at /:name.
