倉庫指標
- 星標
- (31 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Installation using Docker
Docker for Windows is only available on Windows 10 Pro systems. In case you are not using Windows Pro, you can use the legacy Docker Toolbox.
Installation using Node
The technologies used by this application:
- Node: for the server side
- Elm: for the client side
- Make (for Windows): for simple building rules
are all compatible with Linux, Mac and Windows. So in theory there should not be any issue with Windows.
My rules in the Makefile however are using posix-like shell (sh / bash / dash / ...) syntax commands for simplicity. Consequently, using the make all rule for example will result in an error.
If you are a Windows developer and know a simple solution to this, whether it is a PowerShell compatibility, an alternative building rules system to make, using the Linux subsystem, or another solution, please comment your solution here.