Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 3.85 KB

File metadata and controls

87 lines (63 loc) · 3.85 KB

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

Description

Nest framework TypeScript starter repository.

Project setup

$ pnpm install

Compile and run the project

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Run tests

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

🐼 PandaBoard — The Open Source Notion Alternative

PandaBoard is a free, open-source collaborative workspace & editor. Designed as a modern alternative to Notion, it's built with Next.js, Lexical, Tailwind CSS, and Drizzle ORM, offering a fast and flexible editing experience with local caching and workspace/project organization.

Built for developers, students, creators, and small teams who need a clean, hackable writing and knowledge management tool.


✨ Features

  • 🧠 Rich-text editing (Lexical Editor)
  • 🗂️ Workspaces & project hierarchy
  • 🔐 Auth with JWT & protected routes
  • ⚡ Caching via local storage
  • 📦 Next.js App Router + Tailwind + Drizzle ORM
  • 💬 Built-in document comments & emoji reactions (planned)
  • 🤝 Real-time collaboration support (optional via WebSocket backend)

🚀 Getting Started

1. Clone the project

git clone https://github.com/CyberStackPro/Notion_Clone.git
cd Notion_Clone