Zero infrastructure Node.js background jobs
Documentation · Blog · Community · Roadmap / RFCs
You want to fix a bug or suggest a change? Please open a PR! Want to pitch a new feature, please open a RFC.
Make sure to follow our Code of Conduct and the following requirements:
- Each new feature should be shipped with new tests
- A PR should contains a description explaining the motivation
- Clone the repository:
git clone [email protected]:defer-run/defer.client.git
- Install the dependencies:
npm ci
- Run the test after introducing changes:
npm run test
- Bump a patch or minor by running
npx changelog
(please provide a brief description of the changes)