Skip to content

jecktor/kolabr

Repository files navigation

Kolabr

A Kanban board application with live collaboration capabilities. Made with SvelteKit & Liveblocks.

About this project

Technologies used in this project include:

  • Svelte
  • SvelteKit
  • Liveblocks
  • lucia-auth
  • mongoose
  • tailwindcss
  • shadcn/ui (shadcn-svelte)

Features

  • Intuitive drag-and-drop interface for managing tasks
  • Real-time collaboration with Liveblocks
  • User authentication with lucia-auth
  • Integration with MongoDB using mongoose
  • Stylish UI components from shadcn-svelte

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env and update the variables.
cp .env.example .env
  1. Start the development server:
pnpm dev

License

Licensed under the MIT license.