An easily-deployable microservice for collecting user feedback as GitHub issues.
https://microfeedback.js.org/backends/microfeedback-github/
- Fork and clone this repo.
cd
into the project directory. npm install
- Copy
.env.example
:cp .env.example .env
- (Optional) Update
GH_TOKEN
in.env
. - To run tests:
npm test
- To run the server with auto-reloading and request logging:
npm run dev
Add debugger
statements, then run the following:
npm i -g iron-node
npm run test:debug
MIT Licensed.