Sticky Clip is a monorepo with the desktop app and its web document site.
- Node.js 20+
- Yarn 1.22.x
apps/app: Electron desktop appapps/document: product/document websitepackages/*: shared assets, hooks, configs, types, and utilities
Install dependencies:
yarn installRun the desktop app:
yarn dev:appRun the document site:
yarn dev:documentBuild everything managed by Turbo:
yarn buildBuild only the desktop app:
yarn build:appBuild only the document site:
yarn build:documentDeploy the document site manually:
yarn deploy:documentGitHub Actions also deploys apps/document/dist to gh-pages on pushes to main.