git clone https://github.com/jdevalk/astro-markdown-alternate.git
cd astro-markdown-alternate
npm installnpm run build # compile TypeScript to dist/
npm run typecheck # type-check without emittingAlways run both before submitting a PR.
- Fork the repo and create a branch from
main. - Make your changes; keep commits focused and atomic.
- Run
npm run build && npm run typecheckand confirm both pass. - Open a PR against
main. Describe what changed and why. - PRs that change behaviour should include a short note on how to test the change manually.
Use GitHub Issues. For security issues, see SECURITY.md.