Skripty pro vývoj na Windows #43

Open
opened 2026-02-04 14:29:32 +01:00 by batmanisko · 0 comments
Member

Feature: Windows Development Scripts

Source: TODO.md line 34

Implementation Notes

Currently, development is started via ./run_dev.sh which only works on Unix-like systems. Windows developers need an equivalent.

Approach:

  1. Create run_dev.bat or run_dev.ps1 as a Windows equivalent of run_dev.sh
  2. Ensure all development dependencies and steps work on Windows
  3. Alternatively, consider using cross-platform tooling (e.g., npm scripts, cross-env) to make a single entry point work on all platforms
  4. Document Windows setup steps in README
  5. Test the complete development workflow on Windows
## Feature: Windows Development Scripts **Source:** TODO.md line 34 ### Implementation Notes Currently, development is started via `./run_dev.sh` which only works on Unix-like systems. Windows developers need an equivalent. **Approach:** 1. Create `run_dev.bat` or `run_dev.ps1` as a Windows equivalent of `run_dev.sh` 2. Ensure all development dependencies and steps work on Windows 3. Alternatively, consider using cross-platform tooling (e.g., npm scripts, `cross-env`) to make a single entry point work on all platforms 4. Document Windows setup steps in README 5. Test the complete development workflow on Windows
batmanisko added the Vylepšení label 2026-02-04 14:30:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Marbes/Luncher#43