Buggernaut bridges the gap between you and the users of your app, providing a way for them to report any bugs they find in it
This is the repository for the frontend application of Buggernaut. Click here to go to the backend repository.
- Clone this repository to a folder on your device.
- Run
npm install
. - Run
npm start
.
FOR THE FRONTEND APP TO WORK, YOU MUST HAVE THE BACKEND SERVER RUNNING