winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
4.98k stars 196 forks source link

Add commands for both Windows and Linux users #5819

Open ayush2390 opened 7 months ago

ayush2390 commented 7 months ago

Use Case

It would be great if you can add commands both for Windows and Linux users in your documentation making it easier for the developers to know which command they have to run depending upon their machine and not get stuck.

For Eg-

For Windows users:

set BROWSER=none
npm run start

For Linux/Mac users:

BROWSER=none wing run backed/main.w

Proposed Solution

No response

Implementation Notes

No response

Component

No response

Community Notes

tsuf239 commented 7 months ago

Just adding some more context, the issue raised when we tried to run this code on a windows machine: image because of those lines: https://github.com/winglang/wing/blob/main/libs/wingsdk/src/target-sim/react-app.ts#L18-L22

github-actions[bot] commented 4 months ago

Hi,

This issue hasn't seen activity in 90 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!

github-actions[bot] commented 1 month ago

Hi,

This issue hasn't seen activity in 90 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!