Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 454 Bytes

File metadata and controls

37 lines (26 loc) · 454 Bytes

Contributing

Prerequisites

  • Node.js 18+
  • npm

Setup

git clone <repo>
cd duct
npm install

Development

npm run dev -- index ./docs
npm run dev -- search "query"
npm run dev -- serve

Build

npm run build

Pull Request

  1. Fork the repo
  2. Create a branch (git checkout -b my-change)
  3. Commit your changes
  4. Push and open a PR

Keep changes focused. Run npm run typecheck before submitting.