This is a demo repository generated to display the capabilities of Tracybot. The demo is a template bun repository. The initial commit was authored by a human, and followed by several commits that included AI changes.
Files containing AI changes: App.tsx, index.html, index.css.
If you wish to use this repository to test Tracybot, open one of the files that contain AI changes in VSCode with Tracybot installed, and open the "AI Blame" view.
For instructions on how to install Tracybot, refer to the Tracybot repository.
To install dependencies:
bun installTo start a development server:
bun devTo run for production:
bun startThis project was created using bun init in bun v1.3.11. Bun is a fast all-in-one JavaScript runtime.