Hey contributors,
If you have been following the activity on GitHub, then you already know that we have been working on big updates to the UI.
While @QuincyLarson will be making a more comprehensive announcement about this soon, I just wanted to bring any of you working on the codebase up to speed:
-
We will be releasing the new UI out to production soon. This means there will be an initial uptick in user reports and bugs that we may have missed. Please help us triage and fix those. Any issue that is tagged
help wanted
is always up for grabs. -
Your local setups should continue to work as is, but because we merged hundreds of new commits and have changed packages in most applications, please make sure you follow the instructions in our contributing guide.
If you need a clean install here are some quick steps:
npm ci npm run clean-and-develop
-
We introduced some new env variables and removed some others, please make sure your
.env
file is up to date with the new keys as seen here.
If you have any issues please let us know in this thread, and we will try to sort it out as soon as we can.
Thanks a lot for everything you do.
/cc @moderators