First off, thanks for taking the time to contribute! 🎉
-
Clone the repo
git clone https://github.com/EcuaByte-lat/Cortex.git cd Cortex -
Install dependencies
bun install
-
Build packages
bun run build
- We use Changesets for versioning. If you modify a package, run
bunx changesetto generate a changelog entry. - We use Biome for linting and formatting. Run
bun run checkbefore committing.
- Fill out the PR template.
- Ensure all tests pass (
bun test).