A simple "client-only" app for searching and exporting issues. Settings are stored in the local browser storage.
- run
npm installto fetch dependencies - run
npm run watchto compile via watch task from./srcto./dist - run
npm run buildfor production build - open
./dist/index.htmlto test application
Each push to master triggers the ./github/main.workflow to compile the app and push to the gh-pages branch.
The app is hosted on GitHub Pages here.