Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amiraliamhh/bug-reporter
bug reporter chrome extension
https://github.com/amiraliamhh/bug-reporter
Last synced: 12 days ago
JSON representation
bug reporter chrome extension
- Host: GitHub
- URL: https://github.com/amiraliamhh/bug-reporter
- Owner: amiraliamhh
- Created: 2019-05-27T11:31:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T05:31:07.000Z (over 2 years ago)
- Last Synced: 2023-06-30T06:03:32.019Z (over 1 year ago)
- Language: JavaScript
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### To start development server:
You have to have *Parcel* installed:
`npm i -g parcel-bundler`
Then, for testing main features:
`npm start`
For developing options page:
`npm run options`
And go to `http://localhost:1234`