diff --git a/.nowignore b/.nowignore
index b6aaec1e..732f7eab 100644
--- a/.nowignore
+++ b/.nowignore
@@ -12,12 +12,14 @@ packages/components/node_modules
packages/components/package.json
packages/components/src
packages/core
+packages/desktop
packages/mobile
packages/web/build
packages/web/dist/**.map
packages/web/node_modules
packages/web/package.json
packages/web/src
+packages/www
patches
tsconfig.json
tslint.json
\ No newline at end of file
diff --git a/README.md b/README.md
index 110d4be1..8bfff03f 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ DevHub helps you take back control of your GitHub workflow and stay on top of ev
| `Alt + Arrow keys` | Move current column | Contribute!
| `?` | Show keyboard shortcuts | Contribute!
+> **Tip:** To scroll horizontally on devices without horizontal scrolling (e.g. on Windows), hold `Shift` and scroll vertically
@@ -109,6 +110,15 @@ Whenever possible, please make a pull request with the implementation instead of
### Running it locally
+#### Requirements
+
+- [Node.js](https://nodejs.org/) (latest)
+- [Yarn](https://yarnpkg.com/)
+
+> **Note:** On Windows, you might need to install Bash commands (e.g. via [git-scm](https://git-scm.com/downloads) or via [linux bash shell](https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/))
+
+#### How to run
+
- `git clone git@github.com:devhubapp/devhub.git`
- `yarn`
- `yarn dev`
diff --git a/packages/desktop/package.json b/packages/desktop/package.json
index 83df6831..90fc65f2 100644
--- a/packages/desktop/package.json
+++ b/packages/desktop/package.json
@@ -9,7 +9,7 @@
"format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'",
"lint": "tslint -p .",
"predeploy": "yarn run build",
- "start": "rimraf dist && tsc && electron .",
+ "start": "tsc && electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"build": {
diff --git a/packages/web/public/index.html b/packages/web/public/index.html
index 986d5af5..2f2ccb52 100644
--- a/packages/web/public/index.html
+++ b/packages/web/public/index.html
@@ -103,8 +103,14 @@
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
+
+ if ((window.location.search || '').includes('producthunt')) {
+ gtag('event', 'donthuntme')
+ }
+
+