Skip to content
This repository has been 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

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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