Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 440 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 440 Bytes

Collaborative whiteboard

This is the rewrite of my previous version

How to run?

  • Create .env file which contains the following variables:

    VITE_KEYCLOAK_URL=""
    VITE_KEYCLOAK_REALM=""
    VITE_KEYCLOAK_CLIENT=""
  • Make sure the backend server is running

  • Install dependencies:

    bun install
  • Run:

    bun run dev