Hi, I noticed that the project currently uses Create React App (CRA),
which is deprecated and causes issues with newer Node versions.
This makes it difficult for contributors to run npm start.
I would like to propose migrating the project to Vite,
which is faster, actively maintained, and easier for contributors to run.
If you approve, I can create a separate branch,
perform the migration, and submit a Pull Request.
Please let me know if this is something you'd like to move forward with.
Hi, I noticed that the project currently uses Create React App (CRA),
which is deprecated and causes issues with newer Node versions.
This makes it difficult for contributors to run
npm start.I would like to propose migrating the project to Vite,
which is faster, actively maintained, and easier for contributors to run.
If you approve, I can create a separate branch,
perform the migration, and submit a Pull Request.
Please let me know if this is something you'd like to move forward with.