git clone https://github.com/ericjy/inkframe.git
cd inkframe
pnpm installpnpm build # build once
pnpm dev # watch mode
pnpm test # run tests
pnpm typecheck # type check without building- Fork the repo and create a branch
- Make your changes
- Add or update tests as needed —
pnpm testmust pass - Run
pnpm typecheckto ensure no type errors - Open a pull request with a clear description of the change
Open an issue at https://github.com/ericjy/inkframe/issues with steps to reproduce.