CentreForDigitalHumanities / cookiecutter-webapp-deluxe

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Windows support #48

Open XanderVertegaal opened 11 months ago

XanderVertegaal commented 11 months ago

On Windows, running yarn start-front does not work out of the box, since the command lsof (used in yarn stop) is not found. This is not a breaking issue, and the template otherwise works well on Windows, but commenting yarn stop out every time is not ideal.

jgonggrijp commented 10 months ago

Possibly another reason to default to docker?