Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 662 Bytes

README.md

File metadata and controls

69 lines (44 loc) · 662 Bytes

BugLogger React/Electron

React/Electron app that uses a MongoDB Atlas database to keep track of logs

Usage

Add your MongoDB connection string to config/db.js

Install dependencies

npm install

or

yarn

Run the app in development

npm run start

or

yarn start

Build the app (automatic)

npm run package

or

yarn package

Build the app (manual)

npm run build

or

yarn build

Test the app (after npm run build || yarn run build)

npm run prod
yarn prod