Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

nostrdocs/colighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c93d4ac · Jul 1, 2023
Jul 1, 2023
Jun 20, 2023
Jul 1, 2023
May 9, 2023
May 19, 2023
Jun 24, 2023
Jun 20, 2023
May 9, 2023
Jun 22, 2023

Repository files navigation

Colighter Project

What's Inside

This project includes the following apps / packages:

Apps

  • web: Web app experience hosted at colighter.com
  • extension: Browser extension experience for collaboratively highlighting the web

Packages

  • colighter: A collab first highlight experience powered by nostr
  • ui: Shared React UI component library for building apps within the Colighter project
  • eslint-config-custom: Shared eslint configurations (includes eslint-plugin-react and eslint-config-prettier)
  • tsconfig: Shared tsconfig.jsons used throughout the Colighter project

Development

  • yarn dev - Starts all apps and packages in development mode
  • yarn test - Tests all apps and packages in the project
  • yarn build - Build all apps and packages in the project
  • yarn format - Fixes formatting in all apps and packages in the project