helpdesk
helpdesk copied to clipboard
Helpdesk - Set up frontend & backend locally using develop branch
I've cloned the develop branch of the Helpdesk repository, and I'm attempting to run both the frontend and backend locally.
What I’ve Done So Far:
- Cloned the repository from the develop branch.
- Ran yarn install from the project root to install dependencies.
Attempted to run:
yarn dev – it gets stuck and doesn't proceed.
yarn build – also gets stuck without any clear error.
Request:
- Can someone please provide clear and detailed steps to successfully run both the frontend and backend locally using the develop branch?
- Any required environment variables?
- Specific folder where each command should be run?
- Known issues or first-time setup instructions?
- After successfully setting up the project locally, I need to run the same setup on a Linux server. Is it possible to deploy and run this Helpdesk project directly using the cloned repository (develop branch) — without using frappe-bench or Docker?