Comet is a desktop app for taking and publishing notes for nostr.
npm i --force
npm run dev
npm run package
For RPM
sudo apt install rpm
For AppImage
sudo apt install squashfs-tools
npm run make
The output for you platform will be in the out/
directory
- electron (desktop app framework)
- nostr (social media protocol)
- shadcn (components)
- nodejs (backend)
- react (frontend)
- pouchdb (database)
- tailwind (styling)
- typescript (language)
- tanstack query (async state)
- zustand (sync state)
- lexical (editor)