Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 636 Bytes

File metadata and controls

29 lines (22 loc) · 636 Bytes

Contributing to Cortex

First off, thanks for taking the time to contribute! 🎉

Development Setup

  1. Clone the repo

    git clone https://github.com/EcuaByte-lat/Cortex.git
    cd Cortex
  2. Install dependencies

    bun install
  3. Build packages

    bun run build

Workflow

  • We use Changesets for versioning. If you modify a package, run bunx changeset to generate a changelog entry.
  • We use Biome for linting and formatting. Run bun run check before committing.

Pull Requests

  • Fill out the PR template.
  • Ensure all tests pass (bun test).