git clone https://github.com/wtasg/pencil.git
cd pencil
npm install
npm run startThis project uses TypeScript. Available scripts:
npm run build # TypeScript type checking
npm run lint # ESLint code quality checks
npm run lint:fix # Auto-fix linting issuesUnit tests:
npm testElectron E2E smoke tests (Playwright):
npm run test:e2eRun headed locally:
npm run test:e2e:headedThis project is based on evlous/pencil@
Still GPL v2