/dblab-document

Simple CRDT App

Primary LanguageTypeScript

DBLab Document

Stack

  • FE: React, TypeScript, Tailwind CSS, Heroicons, Headless UI
  • Dev: Husky, Jest, Testing Library, ESLint, Prettier

Installation

Package

npm install

Git Hook

npm run prepare

Start

npm start

Build

npm run build

Test

Watch Mode

npm run test

No Watch Mode

npm run test-no-watch

Code Style

Lint

npm run lint

Fix & Format

npm run fix