This project is part of the GoCodeAlone/workflow ecosystem.
Read the upstream CONTRIBUTING.md for general conventions, signing, and review expectations.
git clone https://github.com/GoCodeAlone/workflow-editor.git
cd workflow-editor
npm install
npm run dev
npm test- One feature or bugfix per PR.
- Update CHANGELOG.md with a Keep-a-Changelog entry.
- Add vitest tests for new components or store logic.
- Add Playwright E2E tests where appropriate.
See the issue templates under .github/ISSUE_TEMPLATE/.