Scribby is an interactive web application with an integrated code editor and a whiteboard canvas. It helps developers tackle the two main elements of a technical interview question, diagramming your approach and writing code.
🏠 Homepage
✨ Demo
Before you continue, ensure you have met the following requirements:
- node ~12.11.1
- MongoDB for database storage.
After cloning, run npm install. You'll need MongoDB installed for the database storage.
Dev server
Run npm run start-dev and navigate to http://localhost:8080.
CI/Deployment
For the continuous integration of our app, we've used Travis CI to support our development process and view changes in real-time. This allows our deployed app in heroku to reflect immediate changes. To view the server log, type in heroku logs --tail -a scribby.
npm run test
👤 **Karolina Porcioncula, Naomi Ochoa, Veronica Minciuna **
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator