Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 810 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 810 Bytes

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 frontend/
yarn run start
# or
cd backend/
yarn run dev