While studying the codebase, some low hanging issues to clean up the codebase I'd address are:
- Add Prettier.
- Fix up warnings. A lot of yellow warnings across the app.
- Remove unused packages.
Beyond that:
- Remove hard coded localhost strings.
- Will production version write version files to disk? Or use a database?
I know the v1 was put together very quickly which is why much of this wasn't addressed.
While studying the codebase, some low hanging issues to clean up the codebase I'd address are:
Beyond that:
I know the v1 was put together very quickly which is why much of this wasn't addressed.