This project includes the following apps / packages:
web
: Web app experience hosted at colighter.comextension
: Browser extension experience for collaboratively highlighting the web
colighter
: A collab first highlight experience powered by nostrui
: Shared React UI component library for building apps within the Colighter projecteslint-config-custom
: Sharedeslint
configurations (includeseslint-plugin-react
andeslint-config-prettier
)tsconfig
: Sharedtsconfig.json
s used throughout the Colighter project
yarn dev
- Starts all apps and packages in development modeyarn test
- Tests all apps and packages in the projectyarn build
- Build all apps and packages in the projectyarn format
- Fixes formatting in all apps and packages in the project