How to contribute and run server locally? #9148
-
Support guidelines
I've found a bug and checked that ...
DescriptionI have tried to run server locally to contribute. I keep getting a Vite related error. Debug informationThe project runs fine when I download zip file in docs. Expected behaviourTo be able to clone project normally. Steps to reproduce
Additional infoI know that it runs fine if I download the .zip file or I run Docker image, but I want to clone it to contribute. Please help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey! great to hear that you want to contribute. What do you consider your knowledge base in regards to npm and vite? |
Beta Was this translation helpful? Give feedback.
The
package.json
in the root of the Firefly III directory refers to two workspaces. You can use either--workspace=v1
or--workspace=v2
to issue commands. Since you mention Vite, I expect you need--workspace=v2
. Vite is only used in the new layout.