Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.08 KB

quip-whiteboard-vue

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

Important Information

Check out my Getting Started Guide for detailed information on what changes are made and important caveats.

Installation

git clone https://github.com/herrevilkitten/quip-whiteboard-vue
cd quip-whiteboard-vue
npm install

Instructions

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