MAJOR WORK IN PROGRESS
This is a virtual, shared whiteboard, using VueJS. It is designed to be embedded in a Quip document. It uses a Quip RecordList to keep track of the objects in the document.
Currently supports a few shapes and free-form drawing, a few colors, and various levels of transparency.
MAJOR WORK IN PROGRESS
Check out my Getting Started Guide for detailed information on what changes are made and important caveats.
git clone https://github.com/herrevilkitten/quip-whiteboard-vue
cd quip-whiteboard-vue
npm install
For the most part, all of the deployment instructions from the Quip Live App Developer Guide will also apply to this repository.
To run the development server, use the command
npm run start
To build a deployable application, use the command
npm run build