Zero infrastructure Node.js background jobs
Documentation · Blog · Community · Roadmap / RFCs
This repository contains the documentation of Defer. The documentation is built and deployed using Mintlify.
Install dependencies with:
npm ci
Start local server with:
make start
Format .json
and .mdx
files with:
make fmt
Check formatting and broken links with:
make check