I reviewed the code on GitHub and found that it uses React v16 with class components. Nowadays, it's more common to use hooks. Additionally, the project was created with Create React App, whereas Vite is now the recommended choice for new projects.
You have two options: