- Simple express application to handle incoming post requests for external application error logging.
- Admin interface to sort and manage error notifications.
you should already have nodejs and npm installed on your machine
git clone [email protected]:RyanV/errbreak.git
cd errbreak
npm install
bin/setup
bin/start.sh
nodemon will automatically restart the server when files change grunt will watch changes to client side javascript or css changes and recompile files into public/assets