Skip to content

Migrate to Bun - #3

Merged
nikero41 merged 15 commits into
mainfrom
bun
Feb 2, 2026
Merged

Migrate to Bun#3
nikero41 merged 15 commits into
mainfrom
bun

Conversation

@nikero41

@nikero41 nikero41 commented Feb 2, 2026

Copy link
Copy Markdown
Owner

This pull request migrates the codebase from using SCSS modules for styling to using Tailwind CSS utility classes, resulting in significant simplification of the component code and removal of many style files. It also introduces Tailwind CSS and related libraries into the project dependencies, updates ESLint and Prettier configurations to support Tailwind, and adds Bun support for package management and scripts.

Migration to Tailwind CSS & Removal of SCSS:

Dependency and Configuration Updates:

  • Added tailwindcss, @tailwindcss/vite, tailwind-merge, and clsx to dependencies, updated several dev dependencies, and removed the unused sass package. Also added Bun as the package manager. [1] [2] [3]
  • Updated ESLint and Prettier configurations to support Tailwind CSS, including specifying the entry stylesheet and Tailwind-related settings. [1] [2]

Project Structure and Build:

  • Changed the global stylesheet import from SCSS to CSS in the main app entry (App.tsx). (F1f56167L1)
  • Added a Bun configuration file to enable running scripts with Bun.

These changes collectively modernize the frontend stack, streamline the styling approach, and prepare the project for faster builds and easier maintenance.

@vercel

vercel Bot commented Feb 2, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
neighbors-game Ready Ready Preview, Comment Feb 2, 2026 5:29pm

@coderabbitai

coderabbitai Bot commented Feb 2, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@nikero41 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 46 minutes and 13 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bun

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nikero41
nikero41 merged commit 783c654 into main Feb 2, 2026
5 checks passed
@nikero41
nikero41 deleted the bun branch February 2, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant