hello, there is something that i don't understand regarding the #soapbox . soapbox-fe is located in opt/pleroma/instance/static, and there i can see only few folders, but when i clone it from the gitlab, there are a bunch of other folders, and i cant find any of them on my server. so, how can i update the soapbox-fe with the changes that i did in app/soapbox/components/sidebar-navigation.tsx thanks @alex
⇧
Alex Gleason
•NODE_ENV=production yarn build
then you can upload your files (fromstatic
) to the server.Glitchbird Info
•Installing Soapbox - Soapbox
SoapboxAlex Gleason
•Tony
•Alex Gleason
•Install deps by running `yarn` (no arguments), followed by `NODE_ENV=production yarn build`. That will give you the compiled output. Find it in `./static`, a gitignored directory in the root of the repo.
Take a look at the readme for instructions on compiling it.
Tony
•Alex Gleason likes this.