Thank you for taking the time to contribute!
Gemini AI is built with the following tools. Ensure you have bun
installed.
Follow the Github flow to clone the repo and create a branch.
It is recommended to install Biome integration with your IDE to format your code.
Use this to build your project, should you need to test it locally.
It uses tsup
under the hood.
Use this to test your project with existing unit tests. These tests will also be ran on your PR, so ensure they are passing!
It uses vitest
under the hood.
You can also use bun run coverage
to check coverage of your tests.
Use this to check if your code follows our formatting standards.
It uses Biome under the hood.