-
-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhancement: add better support for windows dev environment #4512
Comments
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Would like to work on this issue. |
i would like to work on it. |
@Aady7 @iamujjwalrawat Hi guys, thanks for showing your interest. This is an open task and you don't actually need to be assigned before starting working on this. Please kindly create a pull request when you are ready. |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
What problem did you meet?
As a Node.js application, Logto does support running on Windows. However, our dev team don't have the bandwidth to provide compatible installation scripts for Windows platform (#1607). Currently, Windows users can only install Logto through docker image.
Moreover, building from source code is also impossible for Windows users, since most of our building scripts are written in bash and unix commands.
Describe what you'd like Logto to have
Provide better support for Windows platform, porting all unix commands and bash scripts to platform agnostic solutions. E.g. Using
rimraf
instead ofrm -rf
Able to run one-liner script on Windows and install Logto instance properly.
Able to run
pnpm dev
on Windows and start Logto local dev environment successfully.The text was updated successfully, but these errors were encountered: