Guide for onboarding developers? #14944
Unanswered
swingtempo
asked this question in
Q&A
Replies: 2 comments
-
Hello, you can start from here. https://immich.app/docs/developer/architecture FWiW, developing on Linux ensures the best experience. We create a simple make command to run the development by typing |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks!
I didn't see that set of web pages.
…________________________________
From: Alex ***@***.***>
Sent: Thursday, December 26, 2024 7:32 PM
To: immich-app/immich ***@***.***>
Cc: Swing Tempo ***@***.***>; Author ***@***.***>
Subject: Re: [immich-app/immich] Guide for onboarding developers? (Discussion #14944)
Hello, you can start from here.
https://immich.app/docs/developer/architecture
FWiW, developing on Linux ensures the best experience.
We create a simple make command to run the development by typing make dev-update from the root of the project to start everything, including hot reload
—
Reply to this email directly, view it on GitHub<#14944 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACUFP6KHQLVAEUITIESOSK32HTC5XAVCNFSM6AAAAABUH7XDX2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRXGQ2TOOI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a guide for onboarding developers? I saw a bug in the web client and would like to take a crack at fixing it. I'm not too worried about the Svelte/Typescript part. I'm using Windows, FWIW. I'm able to build and run the
/web
code. Ideally, I would like to just point my SPA to a production server that I'm running. That's the part I can't figure out. I tried calling:and ran Chrome with noCORS. However I'm not able to get past the login page.
It may seem a little complicated - I would love to know the workflows of devs that are currently developing on the project so I can help contribute.
Beta Was this translation helpful? Give feedback.
All reactions