From 8c2684207994ebb8967aafd3f49e6e161b6d00de Mon Sep 17 00:00:00 2001 From: Inderpreet Singh Date: Sun, 23 Dec 2018 00:09:58 -0500 Subject: [PATCH] Fix sqlite3 installation issues on windows --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 357247c9..efeee458 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ Using proposed ES+ modules with the `esm` shim module. Any changes to the backend when running using `docker-compose`, or `npm run dev` will result in the server restarting. -In development, the backend app runs on port `42425` by default. +In development, the backend app runs on port `42425` by default and the frontend on port `3000`. ### Packaging with Electron -Windows? You must install [windows-build-tools](!https://www.npmjs.com/package/windows-build-tools), by running `npm install --global --production windows-build-tools` in an administrator Powershell. +Windows? You must install [windows-build-tools](!https://www.npmjs.com/package/windows-build-tools), by running `npm install --global --production windows-build-tools --vs2015` in an administrator Powershell. Run `npm run pack` to generate the binaries to test for your platform, and `npm run dist` to build an installer.