Overview

To contribute to the client part of the application, you need to have sufficient knowledge of how to use konva library. Kindly find below some useful links to learn about the konva library:

  1. Konva official website for React
  2. A tutorial on how to use konva library to build a whiteboard

Note, the following packages has already been installed

  1. Konva library
  2. React-konva
  3. Use image library

Getting Started

First, run the development server:

cd whiteboard-client/
yarn run start
# or
cd whiteboard-server/
yarn run dev